• Howdy. I’m trying to add a required checkbox field and custom message to the bottom of this contact form that says “I have read and agreed with the above statement.” Ordinarily this wouldn’t be a big deal, but I was wondering if there was a way to move it underneath the name, email and message fields. Right now it seems to be dropping it between the Name, Email and Message fields. Any ideas on how to change this?

    http://wordpress.org/extend/plugins/si-contact-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mike Challis

    (@mikechallis)

    Sorry this is not a setting in the current version.

    Version 2.6.2 or higher can do this.

    This is how:
    This way you can order the fields based on extra field order.
    On the contact form plugin settings page click “Advanced Options”.
    1) Set “Message Field:” to ‘Not Available’
    2) Set “Subject Field:” to ‘Not Available’
    3) Make an extra field labeled “Message:”, type textarea, required
    4) Make an extra field labeled “I have read and agreed to the terms.”, type checkbox, required

    Also…
    You can make a URL link to a custom terms page you may have in the label for your field.
    "I have read and agreed to the <a href="user-agreement.php" target="_new">terms</a>"

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast and Secure Contact Form] Using extra form fields’ is closed to new replies.