Can I hide an element with conditions, but then bring it back if needed when filling out the form?

  • thartten
    Asked on August 27, 2018 at 2:59 PM

    On my Treatment Plan Form, I want to hide the Type of Insurance? but is there a way to put a check mark or something in order to show the ? again in case, the wrong insurance was selected when filling out the form.    


    Thanks,

    Tara


  • Victoria_K
    Replied on August 27, 2018 at 4:07 PM

    Hello Tara, 

    From what I can see on your form, you have a disabled condition to hide the field when it was filled. You may set additional condition to specify when the field should be hidden, but you can not have another separate condition to show or hide the same field as it will cause a conflict. If there is a condition to show or hide a field, this field will be only shown/hidden when the condition is met.

    1535400376The Easiest Online Form Builde Screenshot 10

    Hope this helps.

  • Victoria_K
    Replied on August 27, 2018 at 4:13 PM

    Just a quick update.

    Yes, you can add a check box element and set up the condition this way:

    IF Type of Insurance IS FILLED and

    CheckBox IS EMPTY > 

    HIDE Type of Insurance:

    1535400714The Easiest Online Form Builde Screenshot 10

    This way if CheckBox is checked, the condition will not be met and as result the field should appear again.