Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5608 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a very simple questionnaire published online using IWP. Its kind of lengthy at 5 pages but its broken up into these pages to hopefully capture data even if someone goes past the 60 minutes for a Session timeout.

At the end of page one I need to require that a field not be empty before the participant can continue. If I use the internal 'not empty' validation the dialog that pops up is not useful since it only show the name of the field and not the full question. A custom dialog script step is not supported by IWP

Any other way to do this like maybe highlight the question?

Any suggestion are appreciated.

  • 1 month later...
Posted

Have a field on your page that is calculation

case(isempty(field),"This field must be completed",)

in your script which takes you to the next page have an if statement which exits script if the calculation field="This filed must be completed"

or something similar

You could leave the field a text field and in script again use an if statement

if isempty(field)

set field "This field must be completed"

exit

endif

This topic is 5608 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.