Title: Feature Request: Hidden Fields
Last modified: June 24, 2017

---

# Feature Request: Hidden Fields

 *  Resolved [Markus](https://wordpress.org/support/users/markusgt/)
 * (@markusgt)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/feature-request-hidden-fields/)
 * 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](https://wordpress.org/support/users/edgarrojas/)
 * (@edgarrojas)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/feature-request-hidden-fields/#post-9262300)
 * 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](https://wordpress.org/support/users/markusgt/)
 * (@markusgt)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/feature-request-hidden-fields/#post-9263577)
 * 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](https://wordpress.org/support/users/edgarrojas/)
 * (@edgarrojas)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/feature-request-hidden-fields/#post-9266610)
 * 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.

 * ![](https://ps.w.org/smart-forms/assets/icon-256x256.jpg?rev=1226707)
 * [Smart Forms - when you need more than just a contact form](https://wordpress.org/plugins/smart-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-forms/reviews/)

## Tags

 * [hidden fields](https://wordpress.org/support/topic-tag/hidden-fields/)

 * 3 replies
 * 2 participants
 * Last reply from: [EDGARROJAS](https://wordpress.org/support/users/edgarrojas/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/feature-request-hidden-fields/#post-9266610)
 * Status: resolved