Francesco Bortolussi Posted October 9, 2015 Share 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'; Link to comment Share on other sites More sharing options...
Mackski Posted October 31, 2016 Share 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 Link to comment Share on other sites More sharing options...
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