|
Posted by Harlan Messinger on March 17, 2008, 3:40 pm
Please log in for more thread options
Victory wrote:
> What I have in the webpage is different from what they are telling me
> to - I am sorry if this is rudimentary, I apologize in advance, I just
> want the form mailer to work!
>
> Here is the "submit part" from my website and below it is the
> instructions from my web host on how to make it work:
>
>
> <br style="line-height:20px;"/>
> <form id="form1" action="" enctype="multipart/form-data" name="form1">
> <div>
[snip]
It would have been helpful for you to remove the excess tabbing before
pasting the code so it would have been legible without us having to copy
and paste it elsewhere and remove the tabs ourselves.
> Web host info :
> 1. Using our pre-installed forms handler
>
> First of all, you must design your form using your desired web design
> tools. Once this is done, you must manually edit the HTML code for
> your form, some web design software has this feature built in.
>
> You have to modify the following code on your form page:
> <form action="/cgi/formmail" method = "POST">
> The above code instructs your form to use the Netfirms form handler to
> process the form.
You didn't do this.
|