disable confirmation on contact form, contact form styling

Is there an easy way to disable the confirmtext on the contact form? Also, I'm having trouble styling the introtext, thankstext, etc...they are not contained in anything besides <p> tags, and I can't figure how to wrap them or add a class to them...any ideas?

Comments

  • acrylian Administrator, Developer
    1. text styling:
    Go to options > gallery to the entry "allowed tags". There change`p => (style=>())` to `p => (style=>() class=>() id=>())` to allow the atributes for css class and id.
    Then go to the plugin options of the contact_form and add the class/id you want to use for styling.

    2. No, there is currently no easy way to disable that except hacking the plugin. Since the form does only support captcha which might be not overall reliable against spam the confirmation was added for spam/security reasons. I will take a look if we can make that an option though.
Sign In or Register to comment.