grumbachr Posted August 19, 2009 Posted August 19, 2009 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.
Aussie John Posted September 24, 2009 Posted September 24, 2009 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
Recommended Posts
This topic is 5807 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 accountSign in
Already have an account? Sign in here.
Sign In Now