#IF(#FormError AND #FormErrors.Form.ProductInquiry.ErrorCount)
#LOOP(#FormErrors.Reasons)
#IF (#Reason EQ "SentMessage"
OR #Reason EQ "SentMessageWithCopy")
{InquirySent}#IF(#Reason EQ "SentMessageWithCopy") {InquirySentCopyInfo}#ENDIF
#ELSE
#IF (#Reason EQ "NotAllowed")
{Notification}
{InquiriesNotAllowed}
#ELSIF(#Reason EQ "FORMAT_NOT_EMAILADDRESS")
{Notification}
{FormatNotEMail}
#ELSIF(#Reason EQ "SendMailFailed")
{Notification}
{SEND_MAIL_FAILED}
#ELSIF(#Reason EQ "RECAPTCHA_WRONG")
{Notification}
{CaptchaFailure}
#ELSE
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#ENDLOOP
#ENDIF
#IF(#MessageSent NEQ 0)
#IF(NOT #Shop.InquiriesHidePhoneNo)
#ENDIF
#IF(#Session.User AND NOT #Session.User.IsAnonymous)
#ENDIF
#SNIPPET("INC-GoogleReCaptcha")
{PrivacyPolicy}: {PrivacyPolicyInfo}
#LOCAL("PrivacyPolicyPage", #Shop.PrivacyPolicy)
#IF(#DEFINED(#PrivacyPolicyPage))
{PrivacyPolicyInfoReference}
{PrivacyPolicy}.
#ENDIF
#ENDLOCAL
#ENDIF