Post-Biller Templates allow you to send members to a custom internal URL after they have submitted a biller form. Normally, they will be sent to an external biller URL after submitting their transaction (whether it is approved, denied, or upgraded)-- however, post-biller templates allow you to keep the member on your NATS site after the transaction.
You can customize your Post-Biller Templates by using Smarty if you wish to do so. This is made possible through the Sites Admin. To edit your post-biller templates, go to the Sites Admin and click the "Edit Site Templates" icon next to the Site you would like to affect. On the next page, find the following templates:
- page_approval
- page_denial
- page_upgrade_approval
- page_upgrade_denial
After you have found the templates you need to edit, click the "Customize Template" icon under the Actions column. On the template, you will be able to use the $site, $member, and $option Smarty arrays. For example, you can configure your default page_approval template to output:
You joined site {$site.name} with the following information:
<br><br>
Username: {$member.username}
<br>
Password: {$member.password}
NOTE: the NATS page denial template will not display a member password. Instead, the password field will be displayed as **********