Hidden fields: Displaying

  • naazdeboo
    Asked on June 22, 2018 at 9:51 AM

    On my form, I have multiple fields whose Settings I have set to 'Hide.'  I can see the remark in the field in design mode that says 'the field will be hidden.'

    However, when the form is being opened for submission, these fields appear on the form.

    What am I doing wrong here?

    The hidden fields all have values computed for later use when the data is exported out.

    The list of hidden fields that show aberrant behavior are:

    (1) Grd-Div

    (2) Payment mode

    (3) Email

    (4) UniqueID

    I would like these fields to stay hidden AT ALL TIMES.

    Help and guidance much appreciated.

    Best regards,

  • aubreybourke
    Replied on June 22, 2018 at 10:15 AM

    Can you tell us which form you are referring to? I tried the link you provided, but the form is disabled.

    Where-to-Find-My-Form-URL


  • naazdeboo
    Replied on June 22, 2018 at 2:21 PM

    Apologies for the inconvenience caused.  The form referenced in the first email has now been enabled.

  • aubreybourke
    Replied on June 22, 2018 at 2:53 PM

    I took a look at your form and can see that:

    (1) Grd-Div (is showing)

    (2) Payment mode (is not showing)

    (3) Email (is not showing)

    (4) UniqueID (is not showing)

    Now the reason the Grd-Div is showing is that there is a script conflict. The field is marked as hidden initially. But you also have a condition that hides it. When this condition is true it will hide the field. However, when it is not true - the field will show.

    For example:

    15296934482o70c Screenshot 10

    If you omit 30. Grd-Div above the form should work.

    Hope that helps!

  • naazdeboo
    Replied on June 23, 2018 at 12:02 AM

    Thank you so much for the response.

    That suggestion worked and will keep this in mind for the future.