Jump to content

essenceofire

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by essenceofire

  1. There we go, that fixed it. Thank you so much!
  2. Right. Now the form doesn't submit for anyone. EDIT: And btw, thanks everyone...you're all so welcoming ^^
  3. Yes, it's in the exact same folder as all my other pages. And it ran maybe...once or twice perfectly for me, but didn't for my friend who is using AOL and my other friend who is using internet explorer.
  4. First off hello everyone ^^ You all seem like such smart people so I decided to ask you all for some help. I just downloaded dodosmail form script and everything works fine except for the fact that none of the e-mails get to me! Here is my current code for my changeinfo.php page [well, part of it.] ><form action="dodosmail.php" method="post"> <p> <!-- these variables require customization --> <input type="hidden" name="required_fields" value="subject,name,email" /> <input type="hidden" name="subject" value="Go! .:.:. Info Change" /> <input type="hidden" name="check_email_address" value="yes" /> <!-- old variables for error page and output page are not replaced by css --> <!-- now you may choose to define the header and footer files for your dodosmail.php below --> <input type="hidden" name="dodosmail_header_file" value="header.php" /> <input type="hidden" name="dodosmail_footer_file" value="footer.php" /> <!-- these variables are for the auto response email sent to your sender, feel free to disable by putting a "no" in the first line --> <input type="hidden" name="autoresponse" value="no" /> <input type="hidden" name="owner_name" value="me" /> <input type="hidden" name="response_subject" value="Thank you for your mail!" /> <input type="hidden" name="response_mail" value="This is an auto response to let you know that I've successfully received your email sent through my email form. Thanks!" /> <!-- if you want dodosmail to do redirection, uncomment the following and edit appropriately --> <input type="hidden" name="after_url" value="confirm.php"> Name: <input type="text" name="name" /><br> Email: <input type="text" name="email" /><br> URL: <input type="text" name="url" /><br> New Email: <input type="text" name="newemail" /><br> New URL: <input type="text" name="newurl" /><br><br> <input type="submit" value=" Submit"> <input type="reset" value=" Clear"> </form> and for my dodosmail page all I did was change the ><? $your_email_address="boundlessconfidence@*****.com"; part to my e-mail. Anyone see any errors that I most likely stupidly made? Thanks in advance! Edit: TCH-Bruce edited email address to prevent spam harvesting
×
×
  • Create New...