Hello i would know if is possible create a form with 3 dropdown menu and that When a Section is selected in the first quick jump, all Categories within that section should be displayed in the second quick jump the same with the third.
Please advice, im attaching a graphic
Regards
Hi,
yes you can but you either need AJAX or JS to do this, there is some AJAX post posted here a while ago!
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi jmhuston14,
I could have sworn that I posted a reply to this thread lst night.
There have been several examples of two-step drop-downs posted here, one in the last few days. A three-step drop-down will be more or less the same.
You may need Ajax - and the code to do that is also here - but it does depend on the number of possible options - if there are a hundred or two it may be OK to load them all into arrays on the first page load, if there are thousands then AJAX may be a better approach.
Bob