PDA

View Full Version : Powweb Form E-Mail


writingworld
7-10-06, 11:05 PM
I used the Powweb Form E-Mail Script and it works great. However I'm using it as a tool for creating a mailing list from the emails received. The thank you page works wonderful. However I created a second form to unsubscribe. When I direct it to a "You have successfully unscribed" page, the page that shows up is a Powweb page saying the form was submitted correctly. I've checked everything and can find no error in my coding. The correct url is specified and the page is correctly created.

Any ideas on what may be wrong?

lukem
7-10-06, 11:33 PM
Hi,

What is the url of the form that is not redirecting correctly?

writingworld
7-10-06, 11:42 PM
the url is http://www.carolannerhardt.com/sorry.htm

Carol

lukem
7-10-06, 11:49 PM
Try changing the input tag name to name="thankyou_url" instead of name="sorry_url" in formlist1.htm.

The names of the input tags need to be a certain way for our formemail.bml to work correctly.

writingworld
7-10-06, 11:53 PM
LOL!! I see. It works fine now. Thanks!!

Carol

lukem
7-10-06, 11:55 PM
You're welcome! Glad to see it working for you. :)