To insert code use <code>...</code>.
Adding new fields to the Contact Form
  • First off - LOVE the theme. This is my first introduction into wordpress ... and I think I lucked out by starting with this theme.

    I'm wondering if it is possible to customize the contact form. I'd like to add few check boxes to the form. Is that possible?

    Thanks.
  • 2 Comments sorted by
  • Oh - I'm using the Striking Theme on Wordpress 3.3.1.
  • Hi

    if you want another contactform just install contactform 7 plugin with the addon plugion for the captcha and assign the striking classes to the fields.

    you can design any form you like.


    example of a cf7 form.....


    <p>[text* your-name class:text_input watermark "Name *"]
    [email* your-email class:text_input watermark "Email *"]
    [text city class:text_input watermark "City*"]
    [text* phone 15/15 class:text_input watermark "(Cell)Phone"]
    [checkbox* contact_by class:text_input exclusive "Contact by email" "Contact by phone"]</p>
    <p>[textarea* your-message class:textarea watermark "Message *"] </p>
    <p>Captcha code : [captchac Captcha size:l fg:#ffffff bg:#12499f] [captchar Captcha 4/4 class:text_input]</p>
    <button style="background-color:#12499f"type="submit" class="button white"><span style="color:#ffffff">Send</span></button>


    Best regards,
    BackuPs