Contact Form help

Okay… this may seem simple but its perplexing me. I recently set up a godaddy.com account at band-scape.com and am attempting to set up my form mailer using webformmailer.php. by all accounts it seems as if it “should” be working… however, once I hit submit I am not receiving the mail. here is the code (please let me know if you see any errors).

          <form action="/webformmailer.php" method="post" width="60">
          <input type="hidden" name="subject" value="QUOTE" />
          <input type="hidden" name="redirect" value="thankyou.html" />
          <input type="hidden" name="email" value="email@hidden" />
                           <label for="Name" class="style3">Name:</label>
                           <input type="text" name="Name" id="Name" /><br /><br />

                           <label for="City" class="style3">Band:</label>
                           <input type="text" name="City" id="City" /><br /><br />

                           <label for="Email" class="style3">Email:</label>
                           <input type="text" name="Email" id="Email" /><br /><br />

                           <label for="Message" class="style3">Message:</label>
                           <br />
                           <textarea name="Message" rows="4" cols="45" id="Message" width="45"></textarea>
                           <br />

           <input type="hidden" name="form_order" value="alpha"/>
           <input type="hidden" name="form_delivery" value="hourly"/>
           <input type="hidden" name="form_format" value="html"/>

                           <input type="submit" name="Submit" value="Submit" class="submit-button" />
                   </form>

tutorials mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The problem is that for GoDaddy to send the e-mail to you, you have to change ‘webformmailer.php’ to ‘gdform.php’ and then it’ll work. I don’t know where else you posted this message, but this is the solution. It’ll take a few seconds or so to receive the email, but you’ll get it.


tutorials mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options