Documentation

Basics  Forms  Shortcuts and URLs  Modules  Miscellaneous  Other  

Website Administrator  Specials  Shopping  Newsletter  Message Boards  Members  Feedbacks  Directory  

Recommend Us  Generic Feedback  Basic Contact Us  

Recommend Us

Default Mandatory Fields and Error Codes (if empty)
TG_FRIEND_FIRSTNAME ERR_REQ_FNF_RECOMMENDUS
TG_FRIEND_LASTNAME ERR_REQ_LNF_RECOMMENDUS
TG_FRIEND_EMAIL ERR_REQ_EMLF_RECOMMENDUS
ERR_REQ_EMLVF_RECOMMENDUS
TG_FIRSTNAME ERR_REQ_FNS_RECOMMENDUS
TG_LASTNAME ERR_REQ_LNS_RECOMMENDUS
TG_EMAIL ERR_REQ_EMLS_RECOMMENDUS
ERR_REQ_EMLVS_RECOMMENDUS
Other Non-Mandatory Fields
TG_FRIEND_URL URL being recommended
TG_MESSAGE Text message
Custom Mandatory Fields and Error Codes
MANDATORY_FIELD_NAMES MANDATORY_FIELD_CODES
MANDATORY_FIELD_NAMES is a comma delimited list of field names to be mandatory
MANDATORY_FIELD_CODES is a comma delimited list of error codes
If a field name starts with ‘+B’, it means that the field is a boolean expression, using multiple fields, where ‘|’ means OR and & means AND; parenthesis are allowed
Error and Notification Messages
ERRORMESSAGE

START_ERRORFONT
END_ERRORFONT
These tags are used for any error or notification
All tags need to be enclosed in vertical bars ('|')
ERR_REQ_RECOMMEND (mandatory fields error)
INF_VF_RECOMMEND (verify notification)
INF_MOK_RECOMMEND (form submitted notification)
<font color="#FF0000"> </font>
ERR_MSG_field_name
START_ERR_FNT_field_name
END_ERR_FNT_field_name
These tags are used for individual error messages for each mandatory field
All tags need to be enclosed in vertical bars ('|')
error message from errors table (see above for code)
<font color="#FF0000"> </font>
Determine Form's Owner (for feedback and subscription purposes)
TG_KE_PARTNER, TG_KE_PRODUCT, TG_KE_USER
Process Automated Subscription
TG_NL_LIST Comma delimited email list codes; the codes can belong to brand and / or owner
TG_NL_OPTOUT Subscription flag - if value is 1, the subscription process is skipped
TG_HTML HTML Support Flag - if value is 1, the recipient supports HTML emails
Process Feedback
Feedback Emails are in HTML format only
Admin Notification Emails are located under Brand's Web Details, all codes starting with NOTIFICATION, and, if owner is PARTNER or PRODUCT, under Partner's Web Details, all codes starting with NOTIFICATION, and, if owner is USER, under User's Web Details, all codes starting with NOTIFICATION
All emails will have the snippet EMAIL_POWERED_BY_HTML inserted in the end
FEEDBACK_NAME Atom Code for admin email; the code could belong to owner (located anywhere under PROFILE_INFO link) or brand (located anywhere under COMPANY link)
FEEDBACK_THANKS Atom Code for 'thank you' email; the code could belong to owner (located anywhere under PROFILE_INFO link) or brand (located anywhere under COMPANY link)
FEEDBACK_RECOMMEND Atom Code for ‘recommed’’ email; the code could belong to owner (located anywhere under PROFILE_INFO link) or brand (located anywhere under COMPANY link)
TG_ADMIN_SUBJECT Subject for admin email
TG_THANKYOU_SUBJECT Subject for 'thank you' email
TG_FRIEND_SUBJECT Subject for ‘recommed’ email
Sender Information for Feedback
Based on Owner Type, the Sender Information is obtain in different ways
Owner is PARTNER Name is Partner Name
Email is from Partner's Web Details, code PROFILE_INFO
Owner is PRODUCT Name is Partner Name
Email is from Partner's Web Details, code PROFILE_INFO
Owner is USER Name is User's Full Name
Email is from User's Web Details, code PROFILE_INFO
Owner is BRAND (default if none from above) Name is Brand's Name
Email is from Brand's Web Details, code PROFILE_INFO
Replacements tags for Feedback
Based on Owner Type, there are different replacement tags
All input field names have to start with the prefix 'TG_', and will be available in the notification email using the tag composed by the prefix 'VAL_' and the name of the field.
Example: the text from input field TG_MESSAGE, will replace the tag VAL_TG_MESSAGE
FROM_FIRSTNAME
FROM_LASTNAME
FROM_EMAIL
TO_FIRSTNAME
TO_LASTNAME
TO_EMAIL
URL
MESSAGE


All tags need to be enclosed in vertical bars ('|')
Sender’s First Name
Sender’s Last Name
Sender’s Email
Receiver’s First Name
Receiver’s Last Name
Receiver’s Email
URL being recommended
Text message
Owner is PARTNER

The contact code used for basic partner information is CONTACT_HOMEPAGE
All tags need to be enclosed in vertical bars ('|')
PARTNER_CODE
PARTNER_NAME
click here to view all tags
Owner is PRODUCT

All tags need to be enclosed in vertical bars ('|')
PRODUCT_CODE
PRODUCT_NAME
click here to view all tags
Owner is USER

All tags need to be enclosed in vertical bars ('|')
USER_USERNAME
USER_PASSWORD
click here to view all tags
Owner is BRAND none