Problem with CF7 Multi Step Pro
-
I am using this plugin with CF7 Multi Step Pro (by NinjaTeam). I have a group of conditional fields (group “vaQuestions”) triggered by answer to slide/question #7 of provided web page (“Are you (or your spouse) a veteran or active military?”).
If the user answers “Yes” to the question, the conditional fields display fine. But if user answers “No”, a blank slide appears on next screen. What should be appearing is slide with question “What is your price range?”
Below is the CF7 code snippet with your shortcode:
[group vaQuestions inline]
<p><label class=”d_question”>Have you previously used your VA Benefits to purchase a home?</label>
[radio previouslyUsedVA class:d_radio_btn default:1 “No, would be first time” “Yes, I used them before”]
</p>
<span class=”backbtn”>[cf7mls_step cf7mls_step-446 “Back” “Next”]</span ><p><label class=”d_question”>What’s the nature of your military experience?</label>
[radio militaryExperience class:d_radio_btn default:1 “Regular” “Reserve” “Retired”]
</p>
<span class=”backbtn”>[cf7mls_step cf7mls_step-446 “Back” “Next”]</span ><p><label class=”d_question”>Do you have a qualifying VA disability?</label>
[radio vaDisability class:d_radio_btn default:1 “Yes” “No”]
</p>
<span class=”backbtn”>[cf7mls_step cf7mls_step-446 “Back” “Next”]</span >
[/group]Thank you for your time.
The page I need help with: [log in to see the link]
The topic ‘Problem with CF7 Multi Step Pro’ is closed to new replies.