Transfer parameters on_sent_ok
-
Hi,
I like to transfer data from the form with on_submit_ok like:
on_sent_ok: “location = ‘https://www.example.com?secret=true&fname=%5Byour-name%5D&lname=%5Byour-name%5D&email=%5Byour-email%5D&readonly=true’;”How can I add the data from the form to this on_sent_ok action URL?
Currently I get nothing the destination URL contains no data. It’s exactly the same string I get shown in my browser without any formdata: “https://www.example.com?secret=true&fname=%5Byour-name%5D&lname=%5Byour-name%5D&email=%5Byour-email%5D&readonly=trueThanks a lot for your help I’m just searching for hours for a solution.
Greetings
Michael
- The topic ‘Transfer parameters on_sent_ok’ is closed to new replies.