web_registration_form Shortcode
The web_registration_form shortcode renders the registration form component.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Usage
[web_registration_form]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
no_param |
native_form |
native_form, show_error |
What to do in case there is no parameter in the URL. |
message |
— | String unless stated otherwise | Optional. You can use {email} and {username} key. |
display_email_input |
— | yes |
Controls the display email input. |
invalid_invite_link_msg |
— | String unless stated otherwise | Controls the invalid invite link. |
expired_invite_link_msg |
— | String unless stated otherwise | Controls the expired invite link. |
success_msg |
— | String unless stated otherwise | Controls the success message. |
no_param_msg |
— | String unless stated otherwise | Controls the no param message. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_id |
— | Valid unique HTML ID | Enter section ID (Note: make sure it is unique and valid according to w3c specification). |
el_class |
— | String unless stated otherwise | If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file. |
Verification
Test web_registration_form in its relevant logged-in and logged-out states, including validation, success and error feedback. Pay particular attention to no_param and message.