Judjah,
I took a look at your page but couldn`t see what you were talking about because you took your form down.
Judjah,
There are many ways of you creating a form without having that script popping up. First of all let me ask you something what hosting service are you with? If you are with godaddy or Aplus.net, this is common with their servers. If you are using another web hosting service, then it has to be in your script. What type of Script are you using? At one point in time CGI was the proper way to go, but due to the nature of the Internet and how its been changing over the years, CGI form scripts are no longer being accepted by many hosting companys. The reason for that is because of SPAMMERS. and Data Farming software used to extract the email addresses from the forms.
So now alot of web hosting company`s are switching to email authentication scripts. If you are currently being hosted on a Linux Server you can use this simple script to make your form work.
---------------------------------------------
<?
$to = your_email_Address@yourdomainname.com;
$msg = "$name
";
$msg .= "$message
";
mail($to, $subject, $msg, "From: $email
Reply-To: $email
");
?>
Here is what you need to do.
1. Create a blank page in your web site`s root folder and name it "formaction.php"
2. delete all the HTML headers from the formaction.php and copy the code to that page. That is the only thing that should be there. Nothing else.
3. Create your form where you want it to be and on your form action do the following.
<form name="form1" method="post" action="formaction.php">
Make sure you point your form action to the correct page.
4. Make sure you upload your pages to your server...
------------------------------------------------------------ -
If you are hosting on a Windows server, then email me and I will send you the form and script that you need to use for your forms to work using the Server instead of a CGI Script.
The form above can be configured more in detail if you understand php and the code. If you want me to configure the form for you more in detail... let me know and I can help you.
By using this approach you are using an server side authentication instead of simple CGI form.
-------------------------
Edgar Monroy
Web Developer / Owner / Consultant
When starting your own business the need to "know-how" is greater than money!
http://www.nuevolution.net