1
General PHP Help / Re: Populate form text box from URL for email unsubscribe link
« on: March 12, 2012, 06:56:08 PM »
Well, I finally figured it out.... This was the code snip I was missing:
Specifically the info after the 'value' variable.
Ernie, thanks for your help. I realize I may have not been as specific as necessary in my question.
Code: [Select]
Email: <input type="text" name="email" value="<?php echo $_GET['email']; ?>" />Specifically the info after the 'value' variable.
Ernie, thanks for your help. I realize I may have not been as specific as necessary in my question.
