Add type2paramHidden to the CssClassName entry for the fields you do not wish to display.
Add type2paramHidden to the CssClassName entry for the fields you do not wish to display.
This works, but our requirement is to hide the field only from front-end user and still editable by admin in beck-end.
For eg: 'Invoice Name', 'Payment received' fields can be hidden in front-end(website) but we(admin of back-end) must be able to edit/update those fields from back-end, like how we have 'Attendance Notes' in RSVP PRO -> Sessions (pls see attached)
Even after we get the registraion from user, we must be able to update their details in Hidden fields (hidden only from front end users)
Please help !!
OK, another way to solve this might be through access level. Change the Access level of the field to admin, then it will not display for normal users and will display for administrators. If you do this remove the class name I gave you above.
The very last entry of each element is a dropdown box called Access Level. Select an access level that administrators have but regular users do not.
And the back end administrators are part of the Super Users group? If so then something else is going on and access to your site may be required. Perhaps tonyp can weigh in on what might be happening. The Access level is the way to go but perhaps there is something else that needs to be set.