在您的Datalife引擎中,联系人或反馈来自用于向管理员发送电子邮件,或者任何成员正在使用来自文件中的反馈。第三方物流。在本节中,提供了用于派生发送电子邮件的表单的可自定义模板。不建议在不了解HTML的情况下编辑此部分,因为它使用的字段名称是通过表单传递给脚本的,换句话说,您可以自己编辑文本,但不要更改字段的名称,这一点极其重要。您可以使用以下标记:
Tag Name | Description |
---|---|
{recipient} | Displays a list of recipients |
{[not-logged] and [/not-logged] | Displays the text between the tags if the visitor is not registered or not logged in |
{code} | Displays the code that displays CAPTCHA |
[sec_code] and [/sec_code] | Displays text if your script is included standard CAPTCHA |
[recaptcha] and [/recaptcha] | Displays text in your script if enabled reCAPTCHA |
{recaptcha} | ReCAPTCHA widget displays if your script included this type of output Captcha |
Field Name | Description |
---|---|
name="name" | input name for visitor name to fill in when send feedback form in case sending feedback from as guest or visitor |
name="email" | input name for visitor email/E-mail to fill in when send feedback form in case sending feedback from as guest or visitor |
name="subject" | form subject or title, this input name will be email to you or members when sending feedback |
name="message" | the textrea name for sending message, member or visitor must fill this textarea when sending feedback form and this textarea name can't be altered or modified |
name="sec_code" | Displays text in your script if enabled CAPTCHA |
name="question_answer" id="question_answer" |
input name for question/answer input, both name and ID must be presented in your form input |