Jump to content

Ismz

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Ismz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Alright thanks alot, ill give it a try and see it that works and ill post here when i do. :-)
  2. BTW dave what is the exact code for the static redirect and where exactly in my html page do i add it?
  3. yes dave thats what it does but it doesnt redirect, and to budimir does the redirect page have to be in php or can it be an html page? Thanks so much for all the help.
  4. But would i get the info submitted by the user in an email?
  5. Thanks alot for your time dave i really appreciate it, lets say i wanna go with the static redirect.html what do u mean by i can have as many of these as i can? i have only 3 or 4 forms on the site total, and what do u mean i dont get info on the same page?
  6. Also, being that on the HTML pages i have the redirect code on each of them, shouldnt that make them redirect after the info submits? is there a way to do so?
  7. yea i kinda figured it was something along that line, thing is dave i really dont know php, and the pages on my site are all html i just found that php script n thought id give it a go, are u suggesting that i make my html pages in php? and in that case would each page be redirected after the form submits its info to the email?
  8. ok i've been doing some reading on a google search, and it seems like i forgot to mention i am using an html page with the redirect command, the thing is the html page submits the form info to a php file which send that info to an email. i am also using the same orderform.php for more than form page, do i need to make multiple ordrform php pages for each html page with a form on it? i am so lost here ???
  9. here is the script i am using i attached it as a txt file to this post hope that helps.
  10. Hmmm, i am using that php script i got online, what im trying to do is have the php script submit the form info to an email and then after that i want it to redirect the to a thank you message right there on the same page they submitted the info from. does that makes sense?
  11. Thanks alot dave, but the problem i am having is with the redirecting part, in the html it submits the info to orderform.php, but after i hit the submit button it goes to the orderform.php page that is blank and had the default message on it, i want it to stay on the website but show a specific thank you message in one table on that page here is the php script and part of html im using Html code <form method="post" action="orderform.php"> <input type="hidden" name="recipient" value="123@yoursite"> <input type="hidden" name="subject" value="Online Survey...!!!!!!!"> <input type="hidden" name="redirect" value="http://www.yoursite.com/thankyou.html"> and this is the php script FormMail.php v5.0 Copyright 2000-2004 Ai Graphics and Joe Lumbroso © All rights reserved. Created 07/06/2000 Last Modified 10/28/2003 Joseph Lumbroso, http://www.aigraphics.com, http://www.dtheatre.com http://www.dtheatre.com/scripts/ I tried posting the script here but it says i dont have permission to access index.php on this server ???
  12. Im pretty new to PHP, i got a question about form submission, do i have to have the php on the same page with the html in order for it to work? can anyone explain to me how i go about making a php form submission work? ???
  13. Any ideas? ill be away at work todasy but i will keep checking my emails for updates, thanks.
  14. cant i modify my original post?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.