Drop Down with Link

Grizzled 24 Apr, 2014
I was wondering if this was possible.

I would like to have a form with a drop down menu.

The drop down would be a list of venues.

I would like to have a hyperlink to the venue too.

So that when the form is submitted, it creates a hyperlink to the venue automatically.

Is it possible to program a drop down menu with hyperlinks?

Thanks!
Max_admin 24 Apr, 2014
Hi Grizzled,

So you want to create a hyper link based on the dropdown choice made ? or did I misunderstand your question ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 25 Apr, 2014
Hi Grizzled,

You can do this with some PHP in a Custom Code action in the On Submit event of your form. The PHP would check the result submitted from the drop-down, build or look up the matching URL then add that to the $form->data array so that it can be included in an Email or Thank You page action.

Bob
This topic is locked and no more replies can be posted.