Still learning about Formidable Forms, so I hope that this is not too basic a question. I was wondering though if I could create a Formidable Form that acted more or less like a wizard form. After the user submitted that wizard form, then I would like to use the Formidable Form API to then create another Formidable Form that meets the specifications that were set out in the original wizard form. For example, in this contrived example let's say I wanted the user to be able to set labels for their own contact form. Then in the wizard form, I would offer text boxes for the labels of the name, email address, message, and submit buttons. Then whatever the user put in the text boxes I would use for the field labels in the form. Is there a way that after the user submitted the wizard form, then I could use the Formidable Forms API and the information that was entered by the user for the labels to then dynamically create a Formidable Form Contact Form that used those field labels? I saw in the API Docs at https://formidableforms.com/knowledgebase/formidable-api/ where the API could be used to create a WP Post on the same site, but it wasn't clear to me that the API could be used to create a form on the same site. Thanks in advance for any insights.
Please login or Register to submit your answer