Account Login Form API
The Account Login Form API gets the HTML for the account login form that can be embedded into a page.
Minimum Tag
{{ _api.account.loginForm.templateId('1') }}
Example Tag
Get the login form
{{ _api.account.loginForm.templateId('1') }}
API Tag Parameters
Parameter | Description |
---|---|
template
t |
Required if responseFormat is not 'data'. The template key of the template to use. If this is not passed when it's required then nothing will be returned. In some cases, by not passing this parameter you will get just the raw data back. You an alternately use the short form "t" instead of "template" Type: String Examples: template('template-key') t('template-key') |