Skip to main content

Display Form multiple input validation

Comments

2 comments

  • Berend Veldkamp
    I think the only way to do this is to write your own validation, after the displayform is submitted. If validation fails, reload the displayform and use runtime modifications to show the error message, for instance in the main Group form item. (Also, restore any other value the user has entered)
    0
  • Zack Robison
    ^ I like to use doWhile loops for what Berend just said.  In case you're unaware, the "Form Results" argument is helpful in pre-filling user info.
    0

Please sign in to leave a comment.