I am learning Joomla!
and I am building my first component.
My problem is now that I have a form that needs to store data in the db.
All is working right up until that point. The table that my form is using is not getting any values. So all that is ever saved is NULL
values.
How do I get the values from the form fields into my table?
I am using Joomla 3.2
This is the error I keep getting
Save failed with the following error: SQL=INSERT INTO `test_redbiz_note` () VALUES ()
code: