Conditional based on radio select
Hi,
I searched the forum but have not found anything like it.
I have a form where I would like to order 2 radio buttons to choose whether to pay with paypal and credit card or bank transfer.
If I select paypal I should start the action "paypal redirect" or something like that, but if selection "bank" I have to do a redirect to a page where I explain how to make the transfer.
How and where do I put the code?
Thanks for the support.
I searched the forum but have not found anything like it.
I have a form where I would like to order 2 radio buttons to choose whether to pay with paypal and credit card or bank transfer.
If I select paypal I should start the action "paypal redirect" or something like that, but if selection "bank" I have to do a redirect to a page where I explain how to make the transfer.
How and where do I put the code?
Thanks for the support.
Hi designer,
You can do this two ways:
You can add a Custom Code action and use PHP with $mainframe->redirect to send the user to a transfer article.
You can use my Event Switcher [GH] action to run an alternative series of actions in the ChronoForms on Submit event.
Bob
You can do this two ways:
You can add a Custom Code action and use PHP with $mainframe->redirect to send the user to a transfer article.
You can use my Event Switcher [GH] action to run an alternative series of actions in the ChronoForms on Submit event.
Bob
This topic is locked and no more replies can be posted.