• Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • Get Easy Forms
  • Home
  • Blog
  • Documentation
  • FAQ
    • Pre-Sales Questions
  • Log In
  • Get Easy Forms
home/Knowledge Base/Advanced Techniques/Use Hidden Fields for Admin Purposes
Popular Search:Getting Started

Use Hidden Fields for Admin Purposes

919 views 14 January 1, 2019 Updated on April 9, 2019 admin

This tip will show you how to use hidden fields on your form to provide an area for admin users to change status or add information to submissions that you receive through a form.

First, go to the Form Builder and drag and drop a Field. Then click the field and enter a Container CSS Class: toHide. Save your Form.

Note: Do not make these fields required.

As you can see, your new field is visible in the Form Builder and admin panel. Now we need to hide it in the form’s page.

Second, open the following file:

– static_files/css/public.css

This css file will only be loaded when a form’s page.

And enter the following CSS rule:

.toHide {
    display: none !important;
}

That’s it! You can use this technique to add custom CSS code to all of your forms at once. But of course, if you want to add custom CSS styles to one form, you will need to use a CSS Theme.

View and Edit a Submission

Once you’ve received a submission, go to the Submission Manager. You’ll see all of the data submitted, but you won’t see the hidden fields, because those fields have not any data in them yet.

Click the ‘Edit‘ button and this will display the empty, hidden fields in the submission. Change the status or add the notes you need to make to the submission, then save your work.

The data you added will now be part of the submission and can be exported along with the rest of the collected information.

Was this helpful?

14 Yes  No
Related Articles
  • Compare Date fields: How to ensure that Finish Date is at least equal to *or after* Start Date, and *not* before?
  • How to embed a Form using iFrame code
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
  • Date Formats with Dynamic Content

Didn't find your answer? Contact Us

Advanced Techniques
  • Use Hidden Fields for Admin Purposes
  • Compare Date fields: How to ensure that Finish Date is at least equal to *or after* Start Date, and *not* before?
  • How to embed a Form using iFrame code
  • Dynamic Content: Conditional Logic with Dates
  • Date Based Conditional Logic
  • Calculate Difference of Time between Two Time fields
View All 21  
Popular Articles
  • How to Show/Hide HTML elements with Conditional Rules
  • How to enable / disable DEBUG mode
  • How to Submit a Form as WhatsApp Message
  • How to update Form Stats from the command line
  • How to compare two fields to pass the validation (jQuery Validation)
KB Categories
  • Add-Ons
  • Advanced Techniques
  • Common Issues & Troubleshooting
  • Developers "How To's"
  • Getting Started
  • How To

Show a Confirmation Message for 5 seconds and Redirect to Another Page  

About Easy Forms

With Easy Forms you can create unlimited web forms and most importantly the complete management of them without paying monthly fees

Resources
  • Knowledge Base
  • Documentation
  • Pre-sales Questions
  • Blog
Useful Help Links
  • Get Easy Forms
  • Live Demo
  • License Terms
  • Contact Us
Frequent Visit Links
  • Pre-Sales Questions
  • System Requirements
  • Installing Easy Forms
  • Upgrading Easy Forms
  • Privacy Policy
  • © 2015 - 2024 Baluart EIRL. All Rights Reserved.

Popular Search:Getting Started