Hi,
I am planning to develop a wordpress plugin and have following question.
I want to have dynamically generated form.
for eg. I want to have a form where a user can fill Educational Qualification. I am planning to provide a ADD ANOTHER QUALIFICATION button.
This button will create new form fields using AJAX technique. Hence, I wil have no control over the number of qualifications a User is adding or deleting on the OPTIONS page.
Now coming to my question,
Is it possible to dynamically know the number of fields a user has added? will get_options return everything? or I need to predefine everything in the plugin PHP?
Looking for some suggestions.
Thanks