Title: Variable Step 2 URL depending on Conditional Fields
Last modified: July 10, 2019

---

# Variable Step 2 URL depending on Conditional Fields

 *  [erotic1](https://wordpress.org/support/users/erotic1/)
 * (@erotic1)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/variable-step-2-url-depending-on-conditional-fields/)
 * 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](https://abc.com/step2-pain)–
   if [type-of-consult] = “exam” then direct to: [https://abc.com/step2-exam](https://abc.com/step2-exam)–
   if [type-of-consult] = “xray” then direct to: [https://abc.com/step2-xray](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 6 years, 11 months ago by [erotic1](https://wordpress.org/support/users/erotic1/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/variable-step-2-url-depending-on-conditional-fields/#post-11721338)
 * 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.

 * ![](https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595)
 * [Conditional Fields for Contact Form 7](https://wordpress.org/plugins/cf7-conditional-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-conditional-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-conditional-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-conditional-fields/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/variable-step-2-url-depending-on-conditional-fields/#post-11721338)
 * Status: not resolved