Form Mail- Please Help

Discussion in 'HTML / PHP / JavaScript / CSS' started by klepp, Feb 14, 2007.

  1. Hello, please help. According to BrainJar.com: ASP FormMail (Where I was told to go by one of the moderators here to get a script for my form) I'm supposed be able to make this all work by following their 'instructions'.

    I'm confused in how I should be doing what they are saying. There isn't anywhere on the script that has this-


    <form action='/scripts/formmail.asp' method='post'>
    <p>
    <input name='_recipients' type='hidden' value='[email protected]' />
    <input name='_requiredFields' type='hidden'
    value='Name,Customer ID,Email,Comments' />
    Name: <input name='Name' type='text' />
    Customer ID: <input name='Customer ID' type='text' />
    Email Address: <input name='Email' type='text' />
    Comments:
    <textarea name='Comments' rows=5 cols=50>

    Post Edited (klepp) : 2/23/2007 3:26:40 AM GMT
     
  2. mjp

    mjp

    You would insert that code wherever you want the form to show up. You'll have to change the 'form action' value to point to the formmail.asp file on your site. And of course the 'recipient' value. That's where you start and see how it goes from there.

    mjp
    DiscountASP.NET
    <SUB><SUP>http://DiscountASP.NET
     

Share This Page