Documentation

Basics  Forms  Shortcuts and URLs  Modules  Miscellaneous  Other  

Website Administrator  Specials  Shopping  Newsletter  Message Boards  Members  Feedbacks  Directory  

Subscribe  Unsubscribe  

Subscribe

Default Mandatory Fields and Error Codes (if empty)
TG_FIRSTNAME ERR_REQ_FN_SUBSCRIBE
TG_LASTNAME ERR_REQ_LN_SUBSCRIBE
TG_EMAIL ERR_REQ_EML_SUBSCRIBE
ERR_REQ_EMLV_SUBSCRIBE
TG_NL_LIST_x (0, 1, 2, …)
TG_NL_LIST (for error only)
ERR_NLC_SUBSCRIBE
TG_IMAGE_SECURITY (if security image used) ERR_IMS_SUBSCRIBE
Other Non-Mandatory Fields
TG_HTML HTML Support Flag - if value is 1, the recipient supports HTML emails
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_SUBSCRIBE (mandatory fields error)
INF_VF_SUBSCRIBE (verify notification)
INF_MOK_SUBSCRIBE (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
none none
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)
TG_ADMIN_SUBJECT Subject for admin email
TG_THANKYOU_SUBJECT Subject for 'thank you' 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
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