Support

Account

Home Forums General Issues How can I filter a post object field based on another field? Reply To: How can I filter a post object field based on another field?

  • Hi @surrealroad

    Currently, no, this is not possible.

    You can however, create the 2 fields (post object fields) to display all the available make / model data. Then you could use some custom jQuery code to trigger an AJAX call when you change the make value. This could then go off and return all the models that are appropriate, and then hide the ones (options tag within select field) that are not returned.

    Hope that helps.

    Thanks
    E