Forum Moderators: coopster

Message Too Old, No Replies

NMS Formmail (quick question)

Once form has been submitted.

         

ChicagoBarCard

8:29 pm on Apr 10, 2006 (gmt 0)



I use dreamweaver and after 2 days of work I got NMS Formmail working on my server and on one of my pages. However when people submit thier email address in the form they get a hoaky response page after users hit the submit button. I would like to have my own page that they see and not a standard Formmail page.

Anybody know where I modify the pl file to get my own page displayed when a form submission occurs.

[edited by: coopster at 1:54 am (utc) on April 11, 2006]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]

cochranrg

9:57 pm on Apr 10, 2006 (gmt 0)

10+ Year Member



Looks like if your using a pl file you're talking Perl and not PHP. What does the pl file look like?

wheelie34

8:10 am on Apr 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if its the standard form setup try this within the form tags

<INPUT TYPE="hidden" NAME="redirect"
VALUE="http://www.example.com/thanksveryta.php">

just create a thank you page to your design and name it whatever you sent the redirect to.