Additional settings on_submit:location and multiple select
-
Hello,
I am using CF7 with additional settings to force the “location” onsubmit, passing the form parameters with a GET method.
For single values, this works :
in CF7 :[select country id:country include_blank ]
in Additional settings :
on_submit: "location = 'https://example.com/page.html/?country=' + document.getElementById('country').value;"
This work. Now how can I get the on_submit to send multiple select values :
in CF7 :[select country id:country multiple include_blank ]
What should I put in the on_submit: ?
Thanks for the help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Additional settings on_submit:location and multiple select’ is closed to new replies.