Jump to content

Simple Feedback Form??? struggling to configure


wizpeep

Recommended Posts

I have a form and want enquiries back to my email address Whats the easiest way to do this????

I am a total novice so all help gratefully accepted.

The code is:

<form name="form1" method="post" action="">

              <div align="left"><span class="style24">name:</span> <br>

                <input name="name" type="text" class="formfield" id="name2" size="30" maxlength="30">

                <span class="style24">company: </span><br>

                <input name="company" type="text" class="formfield" id="name" size="30" maxlength="30">

                <br>

                <span class="style24">phone number </span><br>

                  <input name="phonenumber" type="text" class="formfield" id="company" size="30" maxlength="30">

                  <br>

                <span class="style24">email address:</span><br>

                <input name="email" type="text" class="formfield" id="name" size="30" maxlength="40">

                <br>

                  <span class="style24">add your message here </span><br>

                <textarea name="textarea" cols="35" rows="6" class="formfield"></textarea>

                  <input name="brochure" type="checkbox" id="brochure" value="brochure">

                <span class="style24">              request brochure</span><br>

                <br>

                <input name="Submit" type="submit" class="submitbutton" value="submit">

                  <br>

              </div>

            </form>

 

I want this returned to my email [email protected]

 

Hope somebody can help

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.