• Resolved Markus

    (@markusgt)


    I’d like to be able to use hidden fields. For example, I have a quick entry form for a set of people I already know to use, who look up their name on a list with a photo of them next to it. I don’t want them to have to reenter their personal information. So I’d like to code their emails into hidden fields that get conditionally activated by the selection of their name, and then used to send out a confirmation email to them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Yes, hidden fields are in the todo list =), for now you could add an email field to the form and hide it with css though, would that work?

    Regards!

    Thread Starter Markus

    (@markusgt)

    I would think so. Not an expert on CSS but just found some code that might do the trick. I’ll try it.

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello,

    Something like this should work:

    #fieldId{
    display:none !important;
    }

    please change fieldId for the id of your field.

    Hope this helps but if it doesn’t please let me know!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Feature Request: Hidden Fields’ is closed to new replies.