I need a simple html contact form.

Discussion in 'HTML / PHP / JavaScript / CSS' started by jamesdeignan, Mar 10, 2009.

  1. THANKS IN ADVANCE FROM A REALLY NEW NEWBIE! :)

    Can someone please help me with my code?

    Does my asp hosting account have cgi-bin? I don't see it when I log in.

    Here is what my contact page template has now:

    <form id="form1" name="form1" method="post" action="">
    <p>Name</p>
    <p>
    <input type="text" name="Name" id="Name" />
    </p>
    <p>Company</p>
    <p>
    <input type="text" name="Company" id="Company" />
    </p>
    <p>Phone</p>
    <p>
    <input name="Phone" type="text" id="Phone" size="12" maxlength="12" />
    </p>
    <p>
    <label>E-mail<br />
    <input type="text" name="E-mail" id="E-mail" />
    </label>
    </p>
    <p>
    <label>Comments<br />
    <textarea name="Comments" id="Comments" cols="38" rows="6"></textarea>
    </label>
    </p>
    <p>
    <input type="submit" name="button" id="button" value="Submit" />
    <input type="reset" name="button2" id="button2" value="Reset" />
    </p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    </form>

    Jimmy
     
  2. Since you are asking about the cgi-bin, I assume that you found samples scripts on how to send email using Perl/CGI. You won't be able to do this at DiscountASP. Are you a newbie learning ASP.NET? I can give you as sample ASP.NET email form, though it would require you knowing basic ASP.NET.
     
  3. Hi Jimmy,
    I've created a basic functional ASP.NET contact page and have shared it with a lot of accounts here, if you want I'll Email it to you, with instructions.
    All the best,
    Mark
    [email protected]
     
  4. Any help would be appreciated!
    jamesdeignan at yahoo dot com
     
  5. Hi,
    I can help you with this but I'd appreciate it if you will chose one of these options:
    1) I Email the code to you in a ZIP file.
    2) You have me do it for you. For this I'll need your Account info.
    3) A step-by-step PDF file with pictures, showing you how to set it up yourself.
    All the best,
    Mark
     

Share This Page