Join Template Variables

Article Topics: Sites, Tour, Templates

Join Template Variables

The following variables can be used on join templates which can be found in the Sites Admin.

Before Surfer Submit

  • {$_siteid}

  • {$_tourid}

  • {$cascade}

  • {$config} (array)

  • {$countries} (array)

  • {$default_option}

  • {$is_third_party}

  • {$join_optionids} (array)

  • {$join_options} (array)

  • {$nats_code}

  • {$ncr_option}

  • {$num_join_options}

  • {$payment_options} (array)

  • {$payment_options_section} (array)

  • {$program}

  • {$site}

  • {$site_data} (array)

  • {$site_info} (array)

  • {$states} (array)

  • {$states_au} (array)

  • {$states_ca} (array)

  • {$states_us} (array)

  • {$tour_info} (array)

After Surfer Submit

The following template variables, including the previous variables, can be used After a Surfer has submitted, returning with errors.

  • {$errors} (array)

  • {$vars} (array)

Gateway Join Template Variables

You can use the following variables on the gateway_join template in the Sites Admin.

Before Surfer Submit

  • {$_siteid}

  • {$_tourid}

  • {$billerid}

  • {$bshort}

  • {$cc_months} (array)

  • {$cc_years} (array)

  • {$config} (array)

  • {$countries} (array)

  • {$country}

  • {$mdata} (array)

  • {$member_ident_details}

  • {$option_info} (array)

  • {$site_info} (array)

  • {$states} (array)

  • {$states_au} (array)

  • {$states_ca} (array)

  • {$states_us} (array)

  • {$xsells} (array)

After Surfer Submit

The following template variables, including the previous variables, can be used After a Surfer has submitted, returning with errors.

  • {$errors} (array)

  • {$vars} (array)

Special Template Variables

There also exists another category of Template Variables known as Special Variables, which can be used on Special Site Templates.

mail_affiliate_on_message

  • {$firstname} {$affiliate_email}

Customizing your Join Form

Last updated

Was this helpful?