Can someone tell me if this is even possible because I am pulling my hair out to find out. I have a form, and I added three single column components so I have three tabs on the form. I have my columns divided so they are grouped well in each tab. What I am trying to do is based on the answer for the first column in the form that they input which is a choice column. If they select yes then it should switch to one of the other tabs and they answer those questions. Is this possible? Like the form isnt saved its like an onchange if that field is yes then go to the other tab? I tried javascript, but for the life of me I cant get anything to work
I think your best solution may be use to use sections inside of 1 tab and set visibility rules of the form fields based on the selection from your first drop down.
By default you would want to set each section hidden and then use a business rule from the triggering question to set the columns visible inside each section (which would override the default section being hidden).
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.