skip to Main Content
< All Articles
Print

Agent Registration Form

Default Shortcode

Following Shortcode displays a form to register a new agent.

[rem_register_agent]

Please note that this shortcode will display nothing when you’re already logged in.


Redirect After Registration

You can use the redirect attribute to redirect a user after a successful registration.

[rem_register_agent redirect="http://site.com/success"]


Contents for already logged in users

You can provide inner contents in the shortcode that will be displayed when the user is already logged in. The following shortcode will display a registration form for non-logged-in users and a profile edit page, for logged in users at the same time.

[rem_register_agent redirect="http://site.com/success"][rem_agent_edit][/rem_register_agent]

All Available Attributes

Attributes Description Default Value
redirect redirect URL after a successful registration
required_text text provided here will be displayed before the registration form with a required checkbox. You can use it for the terms and conditions.
Quick Navigation
Back To Top