In your Datalife engine contact or feedback from is used to send email from to admin or any members is using the from in file feedback.tpl. In this section, customizable template that are used in the derivation of the form to send E-Mail. Editing this section is not recommended without knowledge of HTML, because it uses the field names are passed to the script via the form, in other words, you can edit the text on your own, but do not change the names of the fields, it is extremely important.
dlestarter
In your Datalife engine contact or feedback from is used to send email from to admin or any members is using the from in file
feedback.tpl. In this section, customizable template that are used in the derivation of the form to send E-Mail. Editing this section is not recommended without knowledge of HTML, because it uses the field names are passed to the script via the form, in other words, you can edit the text on your own, but do not change the names of the fields, it is extremely important. You can use the following tags:
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 |