![]() |
![]() |
![]() |
||||
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 |
![]() |
#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! ![]() |
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Nov 2009
Posts: 1,425
|
Thanks for the feedback...
![]()
__________________
Go Fuck Yourself! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#4 | |
She is ugly, bad luck.
Industry Role:
Join Date: Jan 2010
Posts: 13,177
|
Quote:
__________________
↑ see post ↑ 13101 |
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Industry Role:
Join Date: Nov 2009
Posts: 1,425
|
See Below
__________________
Go Fuck Yourself! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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 |
|
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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! ![]() |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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 |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#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! ![]() |
![]() |
![]() ![]() ![]() ![]() |