Account Register Form API
The Account Register Form API gets the HTML for the account register form that can be embedded into a page.
You must specify the id of the Account Form to use. The first step would be to create a new Account Form where the form type is "Register". After it's created you will see the form id in the right-most column when viewing the list of Account Forms.
Form templates are managed under the "Templates" tab when you are viewing the form details. Use the "Template key" value for the template parameter.
Minimum Tag
{{ _api.account.registerForm.formId(3).template('template-name') }}
Example Tag
Get the register form
{{ _api.account.registerForm.formId(3).template('template-name') }}