I am creating a master form that will have the ability to launch different form processes. With custom HTML fields i can embed another published form.
The problem is I will have 4-5 embedded forms and would like to be able to hide all but the form selected in a drop-down list. Neither the field rules nor JQuery show/hide commands are able to hide the embedded forms.
Is there a way to target the iframe and hide it or move it offscreen?
I suppose I could just show/hide links to the published forms but I would like to use embedded forms if possible.