• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Admin Only Field

Admin Only Field 8 years 2 months ago #36514

I have a form field that I don't want users to see when completing a form, but I want it to be available for admins to see and complete. How can I do that? Thank you!
The administrator has disabled public write access.

Admin Only Field 8 years 2 months ago #36523

  • qubertman
  • qubertman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 5
Add the field as a hidden field.
The administrator has disabled public write access.

Admin Only Field 7 years 10 months ago #37005

The hidden field doesn't give you as many options as setting custom css to "visibility: hidden" for the custom field that you want to use on the admin side (like a drop down list).
Required = No
or your form won't submit
 
// hide custom admin field for RS Form - remember to set required to "no"
.rsform-block-your-custom-field {visibility: hidden}
 
--
Dan Gysel | Creative Director
DANG designs, Inc.
Tampa, FL 33614
dang-designs.com
Last Edit: 7 years 10 months ago by daniel.gysel. Reason: clarification
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!