Skip to main content

AutoComplete Not Enforcing Required Parameter

Comments

3 comments

  • Permanently deleted user

    Here is an export of that portion of the workflow if it helps.

    0
  • Zack Robison

    I suspect that the form checks for the requirement of elements upon loading them, which would explain why it isn't catching these elements. If you insist upon setting validation dynamically then I recommend making use of "validate" events.

     

    In this case, though, the easy thing is to set the "required" value on each of the boxes in the designer. It won't prevent form submission for an invisible element.

     

    That was all incorrect speculation. You need to turn on validation on your submit button. You should still use the designer to just let the autoCompletes be required, though.

    0
  • Permanently deleted user

    Perfect thanks Zack. I ended up setting the validation event in the each form element, and using your suggestion to simply turn it on via the click event. It all works correctly now. Not the most intuitive thing in my opinion, but it works.

    0

Please sign in to leave a comment.