We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48305
    • 58 Posts
    Hi,

    I have a web in which eForm is used as plugin. In web there are three form on same page. when user submit a form it validates and then submitted data and and after reloading other form display. Now i want that only two form should show form_2 and form_3 is beging merged. So form_2 and form_3 will save on second submit button, now issue is , after submission of form_2 , form_3 should not display and it redirect to thank you page.

    My eForm call is given below:

    [!plaintheme-signup-func!] [!eForm? &formid=`signup_form` &subject=`Cab Accounts Sign Up` &to=`[+recipient_email+]` &ccsender=`0` &tpl=`plaintheme-signup-form-1` &report=`plaintheme-signup-report` &vericode=`0` &eFormOnBeforeFormParse=`select_current_form` &eFormOnValidate=`select_next_form` &thankyou=`ThankYouNormal` !]

    thnx