Rules on progressing to the next page

Sep 02, 2016

Hi,

I'm working on a page where you must fill in at least one field before moving on to the next page.

If you click on 'next' without filling in at least one field, then a layer will appear to provide feedback.

I'm stuck!

So far I've managed to make the layer show if there are no populated fields, however it also shows when there is a field populated.

Can anyone provide guidance?

Thanks in advance...file attached.

 

1 Reply
Joanne Chen

Hi Sonia, there are two probelems in your file.

  1. You created new variables((todo1~10)) for triggers, but actually the textentries have their only variables(TextEntry1~10), the system would only know if TextEntry is blank or not,  it will see all the new variables are blank(because the initial values are blank). In fact, you can just replace all the 'todo' variables with TextEntry variables, you don't need to create those variables.
  2. You use "Or" in the conditions, it means the layer will show in the conditon of one of the variables is blank, but it should only show when all the condtions are true. So you need to change "Or" to "And"

Let me know if it works for you.  

This discussion is closed. You can start a new discussion or contact Articulate Support.