Support

Account

Home Forums General Issues Complicated State/City/Neighboord Selection Reply To: Complicated State/City/Neighboord Selection

  • Hi @the-logicor,

    Thanks for the post.

    You can clear the choices in the select field through the code :

    $field['choices'] = array();

    You can then attach some logic to check for the selected value using the get_field() and then call the function.