Opt-in Form Validation And Entry To Mysql

I have a web form that needs to have the following:

1. form field validation on the email address field.
2. all fields to be required except a few that I’ll specify
3. php code to write data to a mysql database

This is a very basic form with only a few fields to be filled out. The validation needs to be done via javascript and if not filled out properly should prevent the page from being loaded. A friendly error should show up next to the field advising them to fill it out properly.

The database entries should be clean and simple and include a field that grabs the URL of the form. You’ll need to provide me with the mysql to create the tables.

Leave a Reply

Your email address will not be published. Required fields are marked *