- This topic has 5 replies, 3 voices, and was last updated 1 year, 9 months ago by .
-
Topic
-
I have this code
array( 'id' => $prefix.'featured_product', 'name' => 'Featured Product', 'type' => 'radio', 'options' => array( 'yes' => 'Yes', 'no' => 'No', ), ),
I want to make “No” as selected by default.. how to do it?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.