Hello again,
Is there a way to setup a form so that the action called is based on options selected?
Thanks in advance.
Is there a way to setup a form so that the action called is based on options selected?
Thanks in advance.
Hi,
You should use your js code to do this, construct the form action string and call formname.action = some_string!!
take care you wont get emails or data stored this way!!
Cheers
Max
You should use your js code to do this, construct the form action string and call formname.action = some_string!!
take care you wont get emails or data stored this way!!
Cheers
Max
This topic is locked and no more replies can be posted.