Contact Form Shortcodes

Spam Protected Form

Leave as a message

Get The Code
[contact_form]

Shortcode documentation

  • id
    The id attribute specifies an id for an HTML element.
    It must be unique within the HTML document.
    (Mainly for additional styling/scripting purposes)
  • class
    The class attribute specifies a class name for an HTML element.
    (Mainly for additional styling/scripting purposes)
  • email
    The recipient's email
  • name
    The recipient's name
  • subject
    The subject of the email
  • success
    The text to display after sending an email uccessfully
  • failure
    The text to display, if the contact form has errors
  • submit_method
    Available Options:
    • standard
    • ajax