|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
| 
 | |||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
|  | Thread Tools | 
|  02-04-2012, 11:53 AM | #1 | |
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | 
				
				How To Increase Conversions with Pre-Populating Fields
			 Hello, I wrote this quick how to guide and thought I would share on GFY! Quote: 
 
				__________________ Go Fuck Yourself!   | |
|   |         | 
|  02-08-2012, 06:15 AM | #2 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | Thanks for the feedback...    
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-18-2012, 07:19 PM | #3 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | So nobody does this or has any feedback? You can do it through banners and stuff too. 
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-19-2012, 04:12 AM | #4 | |
| She is ugly, bad luck. Industry Role:  Join Date: Jan 2010 
					Posts: 13,177
				 | Quote: 
 
				__________________ ↑ see post ↑ 13101 | |
|   |         | 
|  02-21-2012, 09:04 AM | #5 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | See Below 
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-21-2012, 09:15 AM | #6 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | Figured it out, replace the single quotes around ['email'] in notepad or other plain text or code editor. The font is wrong so it does not read it as single quotes. So that is as simple as deleting the two single quotes and re typing them in the same place and hitting save. 
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-21-2012, 09:22 AM | #7 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | Here is an example of working form:    http://ackhat.com/example/example.php?email= same as http://ackhat.com/example/example.php http://ackhat.com/example/example.php?email=GFY.com http://ackhat.com/example/example.ph...fieldpopulated http://ackhat.com/example/example.ph...l=yournamehere Input any text = to email and it will fill in the field. 
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-21-2012, 10:08 AM | #8 | |
| She is ugly, bad luck. Industry Role:  Join Date: Jan 2010 
					Posts: 13,177
				 | Quote: 
 still doesn't work in IE, but getting a drop down box now in Firefox with all the emails I have recently used. 
				__________________ ↑ see post ↑ 13101 | |
|   |         | 
|  02-23-2012, 08:30 AM | #9 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | This is exactly the code I have in my example: Code: <form action="" method="POST"> <input name=”email” type=”text” value="<?php echo $_GET['email']; ?>" > <input type="hidden" name="hidden" value="1"> <input type="submit" name="submit" value ="Submit"> </form> 
				__________________ Go Fuck Yourself!   | 
|   |         | 
|  02-23-2012, 09:10 AM | #10 | 
| She is ugly, bad luck. Industry Role:  Join Date: Jan 2010 
					Posts: 13,177
				 | ^ there is a lucky-dip selection of different ? and " in that too. 
				__________________ ↑ see post ↑ 13101 | 
|   |         | 
|  02-25-2012, 11:24 AM | #11 | 
| Confirmed User Industry Role:  Join Date: Nov 2009 
					Posts: 1,425
				 | Code: <form action="" method="POST"> <input name="email" type="text" value="<?php echo $_GET['email']; ?>" > <input type="hidden" name="hidden" value="1"> <input type="submit" name="submit" value ="Submit"> </form> 
				__________________ Go Fuck Yourself!   | 
|   |         |