Built in webpages
Documentation | Webpages | Built in Webpages
The following webpages are built in, they are pages that exist and you can include links to from within your site.
/pay/earlyrenewal
This page can be used for users whose subscriptions are expiring soon and gives them the opportunity to renew early (up to 11 months early) and provides an optional donation screen where they can add a donation amount of their choosing.
/pay/earlyrenewalsimple
This page can be used for users whose subscriptions are expiring soon and gives them the opportunity to renew early (up to 11 months early) and does not include any mention of a donation.
/login
The main login screen for your staff and members. Add a encoded url after /login/ to make the user redirect to that page immediately after login. e.g. /login/%2Fpay%2Fdonation would go to the /pay/donation screen after logging in.
/dashboard
This requires the user to be logged in (if not they will be diverted to login first). It shows all items / pages / dashboard items the user has access to.
/helpcenter
The main help for your website. This has information about API's for Administrators, and you can add content to your own site by adding to the webpage under /web/Help
/pay/donation
This requires the user to be logged in (if not they will be diverted to login first). This is a simple donation screen where users can donate money. If you want donations from the general public who are mostly new users you can use:
/register/%2Fpay%2Fdonation
This will register a user, then redirect them to the pay/donation page once registered.