Radio and Checkbox Values
-
Hi, what i want to do is to use a checkbox or a radio to have a value and display another word.
exemple:
This is how it is displayed:
<label><input name=”_manage_stock” type=”radio” value=”yes “> yes</label>
<label><input name=”_manage_stock” type=”radio” value=”no “> no</label>What i want is to be able to do this:
<label><input name=”_manage_stock” type=”radio” value=”yes “> DISPLAY ANYTHING I WANT</label>
<label><input name=”_manage_stock” type=”radio” value=”no “> DISPLAY ANOTHER STUFF</label>how do i do that with wp user frontend?
All i see is the option to add the value and it is automatic the displayed word too.
The topic ‘Radio and Checkbox Values’ is closed to new replies.