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

    (@lapzor)

    URL encoded the @ sign is %40, is it not automatically URL decoded? Than you might need to do that in your own code for example echo urldecode ( $_GET['email'] ); in PHP

    Hope that helps. If you have any questions, please let us know!

    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Lap

    Thanks for the super quick response!

    Is there an easy way to make it so M4WP doesn’t encode the URL and just displays the @ symbol?

    Cheers,
    Steve

    Plugin Contributor Lap

    (@lapzor)

    I’m afraid that’s technically impossible, to put a variable in an URL it has to be URL encoded.

    Thread Starter stevethebartender

    (@stevethebartender)

    Hi Lap

    Ah okay, no worries – will let the other author plugin know that it is something that they will need to implement as their feature only works when I manually type in the URL with the @ symbol and not the encoded version.

    Thanks again or the quick responses!

    Cheers,
    Steve

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘URL Variables – Email Address’ is closed to new replies.