Multi select call back
-
Hello,
I follow your tuto for callback. It work well with classic dropdown but not with multi-select.
Under the ‘Choices Callback’ field I don’t see the ‘Parent Option’So the function don’t work:
function getStates() {
//get the value from the ‘parent’ field, sent via the AJAX post.
$choice = $_POST[‘parent_option’];I would like :
Select a first categorie
Then open a multi-select choice for this categorieThank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Multi select call back’ is closed to new replies.