![]() |
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 :( |
|
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 01:45 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc