Francesco Bortolussi Posted October 9, 2015 Posted October 9, 2015 Agree with Soma, you just need to pass the right "Value" and the option field will be set correctly. $page->option_field='Exact_Option_Value';
Mackski Posted October 31, 2016 Posted October 31, 2016 (edited) How does one save multiple values against this field type via the API? ie: POST => [0] => 1, [1] => 3, [2] => 10 Where the value in the array corresponds to the ID of the option. Helps to read the docs sometimes: implode("|",$_POST['blah']); Edited October 31, 2016 by Mackski SOLVED
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now