Hi there,
I need to populate a value from a checkbox.
[]Checkbox1 name blahblah
seperated value: 1
[]Checkbox2 name blahblah
seperated value: 234
...
This can be done with:
$result = FrmProEntriesController::get_field_value_shortcode(array('field_id' => x, 'entry' => $entry_id));
Unfortunately I use separated values, but this code will receive only the name of the checkbox ("Checkbox1 name blahblah" instead of "1")
Any ideas, what I have to do to receive the separated value?
Thank you,
Michael
Please login or Register to submit your answer