GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Any Form Gurus Doing Pro Bono? (https://gfy.com/showthread.php?t=1111411)

srockhard 06-03-2013 10:51 PM

Any Form Gurus Doing Pro Bono?
 
Forms always piss me off. Here is what I'm trying to accomplish...**Note this is not for any of my adult sites...and I wouldn't really call it mainstream either...

I've got an email "subscribe" form designed on my site but I want to code it with my mailchimp subscribe form code so that my subscribers are saved in my mail chip account.

This form collects only a single email address and it has a submit button. It would be nice if the form and button disappeared after user submits and is replaced with a "thank you".

No I don't really expect anyone to do this for free but I don't want to pay more than $10-$15 because I've already got a designed form and I've already go the code...I just can't figure out how to put them together :(

Harmon 06-03-2013 11:03 PM

http://images.lazygamer.net/2010/10/NERDS.jpg

Harvey Specter 06-04-2013 01:27 AM

When your script redirects back to the original page (Should be something like: header("Location:/pagexyz.php"); ) just add a variable like pagexyz.php?subscribe=success

Then on your form, just wrap the form in something like:
if($_GET['subscribe']){ echo "Thank you!";}else{ #YOUR FORM INFO }


All times are GMT -7. The time now is 03:08 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc