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!
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!
Hello Grizzled,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show data linked to a drop-down option?
How can I link a datepicker to an image or link?
My multi-select dropdown doesn't republish
How do I build a select drop-down, radio button or checkbox group?
How can I add a simple Double Drop-Down without Ajax?
How can I get useful data from select drop-downs, checkboxes and radio buttons?
How can I disable options in a select drop-down?
What are the differences between select drop-downs, radio buttons and checkboxes?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I show data linked to a drop-down option?
How can I link a datepicker to an image or link?
My multi-select dropdown doesn't republish
How do I build a select drop-down, radio button or checkbox group?
How can I add a simple Double Drop-Down without Ajax?
How can I get useful data from select drop-downs, checkboxes and radio buttons?
How can I disable options in a select drop-down?
What are the differences between select drop-downs, radio buttons and checkboxes?
P.S: I'm just an automated service😉
Hi Grizzled,
So you want to create a hyper link based on the dropdown choice made ? or did I misunderstand your question ?
Regards,
Max
So you want to create a hyper link based on the dropdown choice made ? or did I misunderstand your question ?
Regards,
Max
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
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.