Hi there.
I have several dynamic forms that I would like to use in a series of a multi-page form. How do I go to the next form once the first one is completed?
I know how you use the multi-page admin in the form settings to set the next page in a multi-page form, but as far as I can tell, that only works for regular forms (not dynamically generated).
Right now, I have the insert_custom_cform($fields,3); function sitting on my wordpress page template. Is it possible to direct to another dynamic form? If so, where would I put the code for that and how do I link between them? Or, is there a way to mimic this function by passing along session variables somehow?
Thanks!