Hello, I have a form that starts off with three options. Different fields show based on the options. I want to add a page break to split the fields in option one but when I do and put the conditional logic on the page to only show if option one is selected, the previous and next buttons show when option two is selected.
If I try and put conditional logic on the next button to only show when option one is selected it works, but the previous button shows up when option two is selected instead of just showing the fields I want to display in option two. What am I missing?