Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Hi @tsabar

    You’ll need to insert the variables using PHP. So for example, if your variable is $email and you want to insert it into the link, you’d do it like this:

    a href=”http://gowoa.me/i/XXX?email=<?php echo $email; ?>&firstName=[FIRST_NAME_HERE]&lastName=[LAST_NAME_HERE]”>Register Now /a>
    (i removed opening tags so the code would show as…

  • Hi @tsabar

    You’ll need to insert the variables using PHP. So for example, if your variable is $email and you want to insert it into the link, you’d do it like this:

    a href=”http://gowoa.me/i/XXX?email=<?php echo $email; ?>&firstName=[FIRST_NAME_HERE]&lastName=[LAST_NAME_HERE]”>Register Now /a>
    (i removed opening tags so the code would show as…

  • Hi @tsabar

    You’ll need to insert the variables using PHP. So for example, if your variable is $email and you want to insert it into the link, you’d do it like this:

    a href=”http://gowoa.me/i/XXX?email=<?php echo $email; ?>&firstName=[FIRST_NAME_HERE]&lastName=[LAST_NAME_HERE]”>Register Now /a>
    (i removed opening tags so the code would show as…

Skip to toolbar