Forum Discussion

EricCasolo-6b8a's avatar
EricCasolo-6b8a
Community Member
3 years ago

Web Object - change state of NEXT button upon click

Hi, Everyone.

I am creating a slide with a web object (link to a survey). Upon entry of the slide I would like the Next button to be disabled until the user clicks on the web object.

I can't figure out how to change the state of the next button back to Normal when the user clicks on the web object.

Any ideas/solutions?

Thanks

1 Reply

  • Hi! It's been quite some time since this was posted, but I was also looking for a way to disable the Next button until you interact with the web object. I'm testing this solution in my project:

    1. Add a trigger to disable the Next button when the timeline starts
    2. Put a transparent button over the entire web object
    3. Add two triggers to the transparent button: enable the next button on click and change the state of the transparent button to hidden on click (in that order)

    Hope this helps!