Announcement

Collapse
No announcement yet.

Contact Us Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Contact Us Question

    Is it possible to add two radio buttons on the contact us page?
    I'd like to have the visitor select either one depending on their enquiry.

    Thanks
    Andy

    #2
    Hi Andy

    Have a look at the Advanced User Guide on p84 - Creating a Newsletter Subscription Form - as this contains some example code for radio buttons on the contact us form.

    Comment


      #3
      Andy

      Here's the bit of html from our contact us page:

      <tr>
      <td>&nbsp;</td>
      <td>Would you like to be placed on our mailing list?:</td>
      <td><input type="radio" name="Maillist" value="Yes">Yes<input type="radio" name="Maillist" value="No" CHECKED/>No</td>
      </tr>

      This is accessed via Design|Contact Us

      You will of course need to edit the mailform.pl for the info to be posted with the email. This, as Chris says is detailed in the Advanced User guide.
      Boy, this is a big learning curve.....and YES I've got my crampons on!
      www.shop.burns-pet-nutrition.co.uk

      Comment

      Working...
      X