Forum Discussion
Disable next button until user enters text into all text entry fields on slide
Sorry, Marcella! I didn't actually test this I just gave you the steps at I understoond.
THERE IS ANOTHER BUG in this software. For some reason, when you adjust the variable it is returning a non-numeric value (even though the logic clearly says to adjust the variable to a numeric value).
There's a convoluted way around this...as I've found with this application...instead of changing the value of FillBox when user clicks in the TEB, create another variable (ClickedInBoxTF) that is boolean set to false but changed to true when the user clicks in the box. NOW, change FillBox to a value based on the ClickedInBoxTF == True. Tested this and it worked but way too cluggy.
- MarcellaSimon10 years agoCommunity Member
Thanks again Michael!
I set up the FillBlank variable to set out as false and change to true when
the user clicked the text box. Then enabled the next button if the variable
is true. It worked! - MarcellaSimon10 years agoCommunity Member
I seem to be able to make it work for one text entry but not for multiple on
the page.