| id |
Adds a DOM id to the form. |
[[RegistrationForm id="register-form"]] |
| class |
Adds a class to the form. |
[[RegistrationForm class="register-form"]] |
| register-text |
Sets the register button text. |
[[RegistrationForm register-text='Register']] |
| continue-text |
Sets the continue button text. |
[[RegistrationForm continue-text='Continue']] |
| login-text |
Sets the login button text. |
[[RegistrationForm login-text='Login']] |
| tnc-show |
Shows terms and conditions checkbox. |
[[RegistrationForm tnc-show="true"]] |
| tnc-accepted |
Marks terms and conditions checkbox as accepted. |
[[RegistrationForm tnc-accepted="true]] |
| marketing-consent-show |
Shows marketing consent checkbox. |
[[RegistrationForm marketing-consent-show="true"]] |
| marketing-consent-accepted |
Adds a marketing option. |
[[RegistrationForm marketing-consent-accepted="true"]] |
| marketing-consent-text |
Sets the marketing consent checkbox text. |
[[RegistrationForm marketing-consent-text="Marketing Text"]] |
| marketing-consent-option-type |
Gives availability to use marketing option with negative statements. (Eg. I don't accept receiving marketing material and SMS). Possible values: 'positive', 'negative' |
[[RegistrationForm marketing-consent-option-type="positive"]] |
| access-code-message |
Sets the message to be displayed on the access code page. For the new line use pipe ('|') symbol. |
[[RegistrationForm access-code-message="Access Code Message"]] |
| access-code-back-button-text |
Sets the back button text on access code form |
[[RegistrationForm access-code-back-button-text="Reset"]] |
Comments
0 comments
Please sign in to leave a comment.