Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    You can create our own text field under the MailChimp.com list, for example named “SOURCEURL” and use this code in a form:

    <input type=”hidden” name=”SOURCEURL” value=”{current_url}”>

    Hope that helps,

    Thread Starter Arne Teubel

    (@arnerobot)

    Hello Lap.

    Thank you for your help. I see the field getting put out on the HTML page with the correct URL and I see the column in the MailChimp subscriber table but the info doesn’t land in the table. Could it be a problem with placement of the field? I made the field visible to check if it works…

    <p>
    	<input type="text" name="FNAME" placeholder="vorname / first name" />
    
    	<input type="text" name="LNAME" placeholder="nachname / last name" />
    
    	<input type="email" name="EMAIL" placeholder="e-mail *" required />
    </p>
    
    <p class="newsletter-required">* pflichtfeld / required field</p>
    
    <p class="newsletter-submit">
    	<input type="submit" value="anmelden / subscribe" />
    	<input type="text" name="SOURCEURL" value="{current_url}" >
    </p>
    Thread Starter Arne Teubel

    (@arnerobot)

    It worked now! I had to reload the lists in the WP plugin! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Determine Webpage Signup Location’ is closed to new replies.