Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Would that be because the "hide" fields aren't on the first page or why do you think it is not working?
Good question. Yes, conditionals for both fields and pages. I want use to skip some pages/fields that do not apply.
Have you checked your developer console in the browser to check for javascript errors? This is the most common issue related to things like this.
I don't see any errors. Also, on the first page, I have conditionals that work fine, But all of the pages show in the rootline until I hit Next button, then the rootline changes to show the few pages.
So, I guess it is the rootline/progress bar that is my problem--getting it to only show the conditional pages on form load.
Could be a bug. Did you submit this with formidable support?
I have submitted to formidable in past, but the answer was "that's how it works". So, I am looking for an alternate solution. Maybe a way in setup_vars hook to alter the rootline.
I don't have a PHP solution for that. You might be able to have a document ready hook in jQuery to have it hidden when the page loads. Presuming that happens pretty quickly, the user might only see that option for a short second.
<p>FYI from formidable support: "conditionally Hiding the rootline isn't currently built into Formidable Forms. I've made a note of your request so we can track and evaluate if this is an option that would benefit a high number of users."</p><p>So until then, anybody know a way to alter the rootline/progress bar?</p>