Support » Plugin: Contact Form 7 - Dynamic Text Extension » Transfer of email field to second form fails

  • I have a mini form transferring two fields (Name and Email) to a more detailed form. I’m usiong contact form 7 and the Dynamic Text extension plugin. On the mini form I have the following code
    on_sent_ok: "location = 'http://website.com/register?email1='+$('#email1').val()+'&name1='+$('#name1').val();"

    On the second form I use the following:

    <p>Your Name (required)<br />
        [dynamictext* your-name "CF7_GET key='name1'" ] </p>
    
    <p>Your Email (required)<br />
        [dynamictext* your-email "CF7_GET key='email1'" ] </p>

    Everything works great and I can see the data in the query string EXCEPT, the “@” is being stripped out of the mini-form. Even if I change the mini form email to a text and fill it with “2” characters they are all stripped out. I assume that is part of the contact form 7 process? Is there a way to stop that behavior so I can get the full email address?

    https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/

  • The topic ‘Transfer of email field to second form fails’ is closed to new replies.