Can someone just give me a quick rundown on how to format $field_values to auto populate check boxes?
I have 3 check boxes with the auto populate parameter "choose"
$field_values = array( "choose" => " ?? ");
Thanks! :D
Can someone just give me a quick rundown on how to format $field_values to auto populate check boxes?
I have 3 check boxes with the auto populate parameter "choose"
$field_values = array( "choose" => " ?? ");
Thanks! :D
See if this post helps: http://www.gravityhelp.com/forums/topic/dynamic-checkboxes#post-9476
Rob - thanks very much, this looks like it exactly :) I thought it might be arrays but I didn't want to spend ages messing around guessing :D