michaellunsford Posted February 19, 2014 Share Posted February 19, 2014 I can't seem to get the right search phrase together to find this on google. So far, all that comes up is how to save a form's POST results to a database. Anyway, the goal is to create a page where a user can build their own HTML form using a web GUI. I can pull it all together with a little AJAX, but getting stuck on how to store it. Things like check boxes and text fields seem simple enough. It'd just require a form_id, field_name, label, type_of_field, and default_value. But how to store a radio group or select option group? Link to comment https://forums.phpfreaks.com/topic/286299-dynamic-form-generation-structure-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.