Hello
I know I can add a admin label to a field but can we add admin labels to options? Say radio buttons, checkboxes etc.
Hello
I know I can add a admin label to a field but can we add admin labels to options? Say radio buttons, checkboxes etc.
Under Advanced, I see the option to add admin labels to radio buttons and check boxes. Let me know if you have any issues with it.
Under Advanced I only see the option to add an Admin Label for the Field Label not the choices. I also tried using 'enable values' then using the {all_field:admin} to output but nada.
Just to be safe here, it should be: {all_fields:admin} you had all_field
Aaah yes thats what I have... my bad. {all_fields:admin} works for the field labels. Just need an options field solution... if possible
Sorry, you want the option values to be labelled differently for admins than front end users? Can you give me some more information on what you are trying to accomplish?
Yes exactly. I want the option to customer to be
Shirt Sizes:
Large
Small
To output in the email as:
Large Shirt (If that is the selection they chose)
So you don't want Admin values, you want to just enable values for those fields, then the labels of the selections won't be the same as the data sent through to the notification e-mail.
Under properties for the drop down or radio button you are using, select Enable Values. This should provide you with what you need. Let me know if it isn't what you want.