- 
	
	Henry Wright replied to the topic creating custom link in the forum How-to & Troubleshooting 10 years, 10 months ago Hi @tsabar You’ll need to insert the variables using PHP. So for example, if your variable is $emailand 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…
- 
	
	Henry Wright replied to the topic creating custom link in the forum How-to & Troubleshooting 10 years, 10 months ago Hi @tsabar You’ll need to insert the variables using PHP. So for example, if your variable is $emailand 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…
- 
	
	Henry Wright replied to the topic creating custom link in the forum How-to & Troubleshooting 10 years, 10 months ago Hi @tsabar You’ll need to insert the variables using PHP. So for example, if your variable is $emailand 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…
	@tsabar
	Active 7 years, 11 months ago