I am thinking this should be simple to do but I just cannot figure out how to do it and am hoping the community can help me.
I want a simple Confiform Form with one question:
DO YOU WANT TO FILL OUT
FORM A
FORM B
I am hoping to make an action button so that when the user selects the action button FORM A it goes to another page with another ConfiForm and same for FORM B Action Button (it will go to a different page with a different ConfiForm).
I don't have the HTML DIV option to merge the two forms into one and am limited with what I can do.
Community moderators have prevented the ability to post new answers.
Thanks. I was hoping the form would not go to a new page, but what you have demonstrated would work in the interim
Well, it could be much more advanced, like having a one form that show/hides a bunch of fields based on the selection
But that would require some additional macros to use, like div.. so things can be configured simpler (showing/hiding the whole container and not the fields individually)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
With the limitations you are in, I suggest to have one form that does a redirect on submit t one or another page that has one or another form
Form could have a conditional redirect IFTTT (based on the choice) and IFTTT to delete data on submit, so it does not store anything
A little demo: http://recordit.co/UpjmMYjGXV
Hope this helps
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.