Hi, I have a simple table with three fields: two text and one checkbox.
When Connectivity lists the contents (via Frontend editing), it lists a "1" if the checkbox was selected. Am I able to get it to display the word "Yes" instead?
When Connectivity lists the contents (via Frontend editing), it lists a "1" if the checkbox was selected. Am I able to get it to display the word "Yes" instead?
Hi abasel,
You could change the value of the Checkbox to 'Yes' (and possibly set the Ghost value to 'No'). Or if you need the '1' value for something else then use Custom Code to check the value and add a 'Yes'/'No' parameter like $form->data['checkbox_value'].
Bob
You could change the value of the Checkbox to 'Yes' (and possibly set the Ghost value to 'No'). Or if you need the '1' value for something else then use Custom Code to check the value and add a 'Yes'/'No' parameter like $form->data['checkbox_value'].
Bob
This topic is locked and no more replies can be posted.