How do I make the the condition that PayeeProviderNum cannot be the same as ServiceProviderNum?

  • limaecho
    Asked on January 9, 2017 at 4:25 AM
    How do I make the the condition that PayeeProviderNum cannot be the same as ServiceProviderNum? I want an error to show before the form is submitted.
  • Elton Support Team Lead
    Replied on January 9, 2017 at 4:35 AM

    That's possible. You just have to create a show condition that shows a certain text e.g. a warning message whenever that field's value matches.

    Here's how:

    1. First, add a text or a warning message in your form using the Text tool.

    How do I make the the condition that PayeeProviderNum cannot be the same as ServiceProviderNum? Image 1 Screenshot 40

    2. Create a Show/Hide condition like the following:

    How do I make the the condition that PayeeProviderNum cannot be the same as ServiceProviderNum? Image 2 Screenshot 51

    As a result:

    How do I make the the condition that PayeeProviderNum cannot be the same as ServiceProviderNum? Image 3 Screenshot 62

    You can also add another DO action like hiding the submit button so they can't submit the form until they corrected the error.

    Hope this helps!