I've created a form with the following fields : name , lastname, telephone , email , message , code-job
After that, I've created a table in order to store the data of the fields into a table of my database.
When a user click the submit button, all the data of my fields is stored into my database except the field 'code-job' .
What can I do about this?
After that, I've created a table in order to store the data of the fields into a table of my database.
When a user click the submit button, all the data of my fields is stored into my database except the field 'code-job' .
What can I do about this?