tellfriend.tpl

tellfriend.tpl

Template is used to display a friend referrals form.

  • self_name - Sender's name.
  • self_email - Sender's email.
  • message - Sender's optional message.
  • friends_list - Contains an array of fields with friends information.
    • number - Friend's ID.
    • name - Friend's name.
    • email - Friend's email.
  • from - From email address (empty by default, if user submits the form this variable will contain an email address).
  • subj - Feedback subject (empty by default, if user submits the form this variable will contain a subject).
  • body - Feedback body (empty by default, if user submits the form this variable will contain a body).