• Is there a way to add a field including a menu with submenus? we want to add a field where user chooses from a list of car brands and once you choose one brand, then shows a submenu with a list of the car models of that brand to select from. Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author bnovotny

    (@bnovotny)

    Yes, you can use a select box and then use java script and on change load the array of fields depending on the selection into a second select box. Have one field as the make select box and one as the model and when the make is selected have a java script function onchange that will load the model select box with the appropriate fields.

Viewing 1 replies (of 1 total)
  • The topic ‘Field with menu & submenu’ is closed to new replies.