Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ web form help

Posted by: spider0909 Jan 24 2011, 01:54 PM

Hello Everyone,

I am having problem with a form a new site I setup.
I test on my pc and other website and I do not get any errors.

But when its live on this site http://backroadjourney.com/form.html I get this


/backroadjourney.com Mailform Error

http://backroadjourney.com/form.html is not allowed to access this script.

The site is setup as a Suddir on
sundaydriver.com


thanks

fred

Posted by: pandy Jan 24 2011, 02:57 PM

The URL to the script is wrong. You can't go one directory up from http://backroadjourney.com . I think the script is here http://backroadjourney.com/cgi-bin/mailform.cgi . I.E. you could use cgi-bin/mailform.cgi or /cgi-bin/mailform.cgi but NOT ../cgi-bin/mailform.cgi .


CODE
<form NAME="Complimentary_Brochures for NY"  action="../cgi-bin/mailform.cgi" method="post">



QUOTE(spider0909 @ Jan 24 2011, 07:54 PM) *

The site is setup as a Suddir on
sundaydriver.com


Didn't follow that.

Posted by: spider0909 Jan 24 2011, 05:03 PM

Still no luck
the code I'm using is
<form NAME="Complimentary_Brochures for NY" action="http://www.backroadjourney.com/cgi-bin/mailform.cgi" method="post">

Posted by: pandy Jan 24 2011, 05:41 PM

You haven't updated the page but I loaded the form locally and corrected the URL to the script and it seems to work. If I don't fill the fields I'm told I have to do that. When I do, it looks like the form submits and I'm redirected to the front page.

If you receive my contribution I wrote "test" everywhere and http://htmlhelp.com in the URL field. wink.gif

Posted by: spider0909 Jan 25 2011, 01:10 PM

I still have luck may this script work when its upload on sever
but It fine on 2 local pc

and there tech support said Its its form script
<form NAME="Complimentary_Brochures for NY" action="http://www.backroadjourney.com/cgi-bin/mailform.cgi" method="post">

but it look like to me the problem is on they end

Any whelp please


thanks


Posted by: Darin McGrew Jan 25 2011, 05:18 PM

Someone who knows the mailform program you're using will need to help you figure out how to call it correctly.

Posted by: pandy Jan 25 2011, 05:52 PM

I (obviously) used the script on your server when it seemingly worked. Did you receive my submission?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)