Hello,
This one is driving me crazy. In this form (attached) I have 3 checkboxes and based on what is checked, I want to hide the first page and navigate to the 1st checked box. It works for the Web Chat option, but all others do not. Also, on the next button from the Web Chat page, when I click next, I have an alert pop that should only show if Web Chat is the only selection chosen, but it shows no matter how many selections are made from the checkboxes.
As always, any help is appreciated!
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Have a look at the attached form and tell me if its what you were wanting to do. I think I understood your post right. The alert was popping up because you had || comparisons instead of && comparisons in your if statements.
Hello,
That took care of the popup issue, but the navigation is still a problem. For some reason choosing any option from the checkboxes and any option from the Type of setup dropdown always brings me to either a blank page or the Web Chat page.
Thanks for looking into this, hopefully you (or another member) can assist with this issue as well.
Views
Replies
Total Likes
Hi, check if it's working properly now.
Dallas
Views
Replies
Total Likes
It works great! What did you have to do to make the web chat and email options work? I don't see a difference in the code from the dd.
Views
Replies
Total Likes
Hi,
You had set those pages to start on a new page in the Pagination tab. they needed to be set to follow previous to avoid the blank pages from showing.
Dallas