Forum Discussion
MonaMondin-8b0c
3 years agoCommunity Member
Multiple Text Entries on a Slide
Hi! I have a slide with 3 text entries that is set up on an Essay Question slide. I want the user to fill out at least 1 out of the 3 text entries before the submit button is enabled. I also want th...
WaltHamilton
3 years agoSuper Hero
Execute javascript when TextEntry1 changes
Execute javascript when TextEntry2 changes
Execute javascript when TextEntry3 changes
Javascript checks all three TextEntry variables to see if one is longer than 9 characters. If so, it changes CanSubmit variable.
Change state of Submit to Normal when CanSubmit changes if CanSubmit = true.