Loads options of select that depends of other select

Support General Loads options of select that depends of other select

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9628
    closemarketingclosemarketing
    Participant

    I need to join three selects. Each depends of the parent select. How can i make it with Meta box?

    #9632
    Anh TranAnh Tran
    Keymaster

    Hi,

    This is very specific, so I think the only way to do that is via custom JavaScript.

    • You listen on "change" event of the parent select
    • Get the options' values you want to combine from 3 selects
    • Update the list of options of a select field.

    Without custom JavaScript, I can't think about another solution.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.