My feedback form worked great until I had to move my whole site into its own
subweb to add a second one using the same domain. Now FormMail won't work.
It sends me the results, but won't redirect the user. (at least is was
sending me the results.. I'm not so sure now).

I've tried putting a cgi-bin folder with FormMail in the same directory that
I moved the site to and where the html forms are, but that didn't work.

I'm thinking that the problem is simply that I haven't told FormMail its new
path, but I can't locate anyplace to do that. I believe I've used the
#Redirect syntax correctly. I copied it, added it under the #Redirect line
and changed the web address to the location of the "thanks" form.

Any help would be appreciated. If it helps, the form is located at
www.dynamicsports.net/cycling/feedback.htm

Thanks.

~Marlon

RE: Help with FormMail by webdev

webdev
Wed Nov 10 10:33:08 CST 2004

Marlon,

Your redirect (Confirmation page) is missing the directory "cycling"

<input type="hidden" name="redirect"
value="http://www.dynamicsports.net/feedback_thanks.htm" />

Try this path for your confirmation:

http://www.dynamicsports.net/cycling/feedback_thanks.htm

JDR
***************

"MarlonF" wrote:

> My feedback form worked great until I had to move my whole site into its own
> subweb to add a second one using the same domain. Now FormMail won't work.
> It sends me the results, but won't redirect the user. (at least is was
> sending me the results.. I'm not so sure now).
>
> I've tried putting a cgi-bin folder with FormMail in the same directory that
> I moved the site to and where the html forms are, but that didn't work.
>
> I'm thinking that the problem is simply that I haven't told FormMail its new
> path, but I can't locate anyplace to do that. I believe I've used the
> #Redirect syntax correctly. I copied it, added it under the #Redirect line
> and changed the web address to the location of the "thanks" form.
>
> Any help would be appreciated. If it helps, the form is located at
> www.dynamicsports.net/cycling/feedback.htm
>
> Thanks.
>
> ~Marlon

RE: Help with FormMail by MarlonF

MarlonF
Wed Nov 10 10:52:06 CST 2004

Works like a charm. I KNEW it was something obvious.. thanks for saving me
five hours of head banging.

~Marlon

"JDR" wrote:

> Marlon,
>
> Your redirect (Confirmation page) is missing the directory "cycling"
>
> <input type="hidden" name="redirect"
> value="http://www.dynamicsports.net/feedback_thanks.htm" />
>
> Try this path for your confirmation:
>
> http://www.dynamicsports.net/cycling/feedback_thanks.htm
>
> JDR
> ***************
>
> "MarlonF" wrote:
>
> > My feedback form worked great until I had to move my whole site into its own
> > subweb to add a second one using the same domain. Now FormMail won't work.
> > It sends me the results, but won't redirect the user. (at least is was
> > sending me the results.. I'm not so sure now).
> >
> > I've tried putting a cgi-bin folder with FormMail in the same directory that
> > I moved the site to and where the html forms are, but that didn't work.
> >
> > I'm thinking that the problem is simply that I haven't told FormMail its new
> > path, but I can't locate anyplace to do that. I believe I've used the
> > #Redirect syntax correctly. I copied it, added it under the #Redirect line
> > and changed the web address to the location of the "thanks" form.
> >
> > Any help would be appreciated. If it helps, the form is located at
> > www.dynamicsports.net/cycling/feedback.htm
> >
> > Thanks.
> >
> > ~Marlon