![]() |
![]() |
![]() |
|
![]() |
![]() |
BOARDSplanetluc.com discussion boardall about the planetlu.com scripts You are not logged in. AnnouncementI had to clean the boards due to massive spam. Actually i deleted everything /-one after 1st Oct 2008. It was the only way to get this spam out of the boards. So i'm sorry for all serious users who registered/posted meanwhile.
#1 03-04-2008 23:10:08
Contact Form not sending to the userI checked the forum for solution but I don't think there is one. Last edited by dreamlex (03-04-2008 23:22:03) Offline #2 04-04-2008 19:28:09
Re: Contact Form not sending to the userdreamlex, If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline #3 04-04-2008 21:03:52
Re: Contact Form not sending to the useryes you are right. I want the user to get the copy of the email :) Offline #4 04-04-2008 21:18:44
Re: Contact Form not sending to the userThis *should* work. Find the following code and edit in the bold: If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline #5 16-04-2008 20:15:12
Re: Contact Form not sending to the userthanks for the solution. I am sorry that I checked the forum late. Offline #6 16-04-2008 21:13:46
Re: Contact Form not sending to the userdreamlex, If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline #7 16-04-2008 21:23:49
Re: Contact Form not sending to the userThe latter is what I want. Last edited by dreamlex (16-04-2008 23:21:31) Offline #8 17-04-2008 02:04:56
Re: Contact Form not sending to the useror it is not possible? Offline #9 17-04-2008 02:28:25
Re: Contact Form not sending to the userdreamlex, If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline #10 17-04-2008 03:31:30
Re: Contact Form not sending to the userok, thank you and i'll be waiting for your news :) Offline #11 17-04-2008 19:10:06
Re: Contact Form not sending to the userjust wonder how it is going? Is it going to be completed soon? I am looking forward to have it work with print.php. Offline #12 24-04-2008 18:45:28
Re: Contact Form not sending to the userdreamlex, If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline #13 15-05-2008 21:39:11
Re: Contact Form not sending to the userdreamlex, Code:echo $txtThankyou; echo "\n<br/>\n<strong>You Wrote:</strong><br/>\n-----------------------------------<br/>\n".nl2br(stripslashes($message))."<br/>\n-----------------------------------<br/>\n"; echo "\n<form name=\"contact_print\" action=\"print.php\" method=\"post\" target=\"_blank\">\n"; echo "<input type=\"hidden\" name=\"contact_message\" value=\"".urlencode($message)."\" />\n"; echo "<input type=\"submit\" name=\"print_button\" value=\"Print\" />\n"; echo "</form>"; Then, create a new file called '/forum/print.html' and place the following code in that file: Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Contact Form Print</title> </head> <body onload="window.print();"> <a href="print.php" onclick="window.print();return false;">Print this</a> <hr/><br/> <?php echo nl2br(stripslashes(urldecode($_POST['contact_message']))); ?> <br/><br/><hr/> </body> </html> That should do it for you! If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our hands. ~Douglas Adams~ Offline |
|
![]() |
![]() |
![]() |
|