Transferring Data from one form to another
-
Hi,
I am using the Dynamic Text Extension plugin for Contact Form 7.
On my original form (https://www.akindvoice.org/questionnaire/) I created the following field
[dynamictext hope id:hope]Then in the Additional Settings section I added the following code:
on_sent_ok: “location.replace (‘https://my.timedriver.com/Y5KXC?firstname=document.getElementById(‘hope’).value ‘)”The “hope” was the code would transfer the info to the location it was sent to, however when I click submit, nothing is happening.
This code below works fine, but is not what I need.
on_sent_ok: “location.replace (‘https://my.timedriver.com/Y5KXC?firstname=David ‘)”Any help would be greatly appreciated.
–David
- The topic ‘Transferring Data from one form to another’ is closed to new replies.