[Plugin: Simple Fields] Value of Radio Buttons
-
Hi,
Calling the value of a simple field with:
<?php $selected_value = get_post_meta(get_the_id(), "_simple_fields_fieldGroupID_1_fieldID_7_numInSet_0", true); echo "$selected_value"; ?>
These values are set using radio buttons – but the value returned isn’t the actually value but rather
radiobutton_num_2
This is also the value in the WordPress database – but what am I missing here?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Simple Fields] Value of Radio Buttons’ is closed to new replies.