|
submit a form with GoDaddy
GoDaddy provides 2 php files for submitting forms (webformmailer.php and gdform.php). These forms only go to 1 email specified address. I have different forms on the website, they have to go to different email addresses.
GoDaddy told me to go with this coding:
<form action="http://97.74.144.111/relay-hosting.secureserver.net" method="POST">
<input type=hidden name="to" value="form1@mmci.us">
(97.74.144.111 is my ip address, hostet with GoDaddy). I get this error message:
Forbidden
You don't have permission to access /relay-hosting.secureserver.net on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
GoDaddy will not help me with this error message, because they won't help with coding's. Anybody knows how to send forms to a specific email address, when it's hosted with GoDaddy?
Thanks
Markus
|