hello, I need to implement a form tamplate system. The form needs to be very dynamic. It will need:
- Multiple textboxes
- Multiple dropdown menus
- Multiple Number fields
- Multiple Date fields
- Single Image field
- Single Submit button
Any or all of these fields can be blank but must follow the field type. Therefore letters cannot go in number fields.
The form needs to grab all the values and there could be from 1 to 300 fields in one form or more. I could not find any examples of how to implement this online. Once I grap all these values I need to store them in the database. I think I know how to store them in the database but I am puzzled on how to extract the information from the form.