When I load my form I immediately see a required error on a field?

  • IMCWOW
    Asked on March 30, 2016 at 9:08 AM

    I've been having issues with conditions not requiring / unrequiring fields properly. My input_11 field and input_46 field should work together. If input_11 is filled, I need input_46 to be unrequired and disabled. And if input_46 is filled I need input_11 to be unrequired and disabled. Inout_11 and input_46 should not be filled at the same time.

    The functionality seems to be working. However, when I load the form I immediately see the red error saying my input_11 field is required before I click on any field:

    When I load my form I immediately see a required error on a field? Image 1 Screenshot 20

    How can I make this error go away while still keeping the functionality I described above?

  • Charlie
    Replied on March 30, 2016 at 11:43 AM

    I presume you have already fixed the problem?

    I'm checking this form but I'm unable to replicate the issue regarding the required error message.

    Chrome:

    When I load my form I immediately see a required error on a field? Image 1 Screenshot 40

    Firefox:

    When I load my form I immediately see a required error on a field? Image 2 Screenshot 51

    Safari 9:

    When I load my form I immediately see a required error on a field? Image 3 Screenshot 62

     

    I presume you have already resolved this? Just a tip, you can try using the "IF input is Filled" instead of "IF input is Empty" which will mostly triggered when the input fields are empty after loading the page.

    We'll wait for your response.

  • IMCWOW
    Replied on March 30, 2016 at 11:52 AM

    Yes, thank you for the response. I just resolved the issue by creating a new condition stating that if all fields in a particular section are empty, then unrequire those same fields. 

    When I load my form I immediately see a required error on a field? Image 1 Screenshot 20

  • Charlie
    Replied on March 30, 2016 at 1:13 PM

    I'm glad to know that you have finally resolved it using conditions.

    If you needed our help again, please do not hesitate to open a new thread here in the forum.

    Cheers!