• I’ve created a multi-step form which has (3) different URL paths for STEP 2 of the form. Which URL the STEP 1 of the form sends the form to has been made conditional.

    Example:

    – in step 1 of form, there is a drop down for “consultation type”.
    – if [type-of-consult] = “pain” then direct to: https://abc.com/step2-pain
    – if [type-of-consult] = “exam” then direct to: https://abc.com/step2-exam
    – if [type-of-consult] = “xray” then direct to: https://abc.com/step2-xray

    Using the conditional fields and multi-step plugins, I created groups 1,2,3 and inserted the following of into the form:

    [group group-1]
    [multistep “1-3-https://abc.com/step2-pain”]
    [/group]

    [group group-2]
    [multistep “1-3-https://abc.com/step2-exam”]
    [/group]

    [group group-3]
    [multistep “1-3-https://abc.com/step2-xray”]
    [/group]

    However, no matter what is selected for [type-of-consult] the form still directs only to the first group.

    Is there a way to change the URL of the next step based on a conditional field?

    • This topic was modified 5 years, 8 months ago by erotic1.
Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hi, the plugins are not compatible in this manner. You can only nest groups inside steps, not the other way around.

    I’m working on my own implementation of multistep in Conditional Fields Pro, but I’m afraid the update will not be available before August.

Viewing 1 replies (of 1 total)
  • The topic ‘Variable Step 2 URL depending on Conditional Fields’ is closed to new replies.