Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I believe you should be able to accomplish this by doing this:

    Conditional logic -> Add conditional logic -> Show fields depending on condition -> Select the field -> Select any field and make the value equal to something that would never happen, such as a number field being zzzzzzz.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    You can hide it with conditional logic as explained, have in mind though that hiding it like that would also hide it from the submission (which means the value of that field won’t be recorded in the entries screen).

    You can also hide it with css with something like this:
    #fieldId{
    display: none;
    }

    Hidden fields like this won’t be displayed in the form but its value would still be recorded in the entries screen.

    Regards!

    Thread Starter USREC

    (@hawaiirealestate)

    How do we get #fieldId?

    Plugin Author EDGARROJAS

    (@edgarrojas)

    It is under the advance section of each field settings

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Hide Field’ is closed to new replies.