- CrystalCommerce Liquid Documentation for Designers

Contact Us Drop

This drop is included on this page in with the variable name {{ drop_name }}.

Properties

success?
Will be true if the contact form has been submitted and the email was successfully delivered.
errors?
Will be false if the contact form was submitted but either it was filled out incorrectly or there was an error attempting to deliver the mail.
name
The name that was entered into the form, after being sanitized.
email
The email that was entered into the form, after being sanitized.
message
The message that was entered into the form, after being sanitized.
email_invalid?
Will return true if the email is invalid.
name_blank?
Will return true if the name submitted was blank.
message_blank?
Will return true if the message submitted was blank.
recaptcha_tags
Insert this to have the reCaptcha fields displayed on the page. This is required.