Custom Form Options
-
Hello,
I am wondering if there is a way to add custom options for form creation available to the admin, which I could then access through PHP using the form ID. For example, having a text field appear under the “Settings” tab with a label, and accessing the value entered there by form ID.
I would then use the form submission hook, check for the value of this field, and take an action depending on the value. If this is possible, it would also be really nice if I were able to have options which weren’t just text, such as check box/toggle or drop down.
One way I might currently be able to create a workaround for this could be using hidden fields and getting the default values, or putting it in the title of the form and then using regex to get the information. However, this wouldn’t be very user friendly as I would like it to be.
Thanks in advance for any help!
- The topic ‘Custom Form Options’ is closed to new replies.