Login Form
Default Shortcode
Following Shortcode displays a form to login users via AJAX.
[rem_agent_login]
Please note that this shortcode will display nothing when you’re already logged in.
Form Heading
Customize the “Login Here” message using attribute heading.
[rem_agent_login heading="Please Provide Email and Password"]
Redirect After Logged In
You can provide a URL to redirect after successful login using attribute redirect.
[rem_agent_login 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. Following shortcode will display a login form for non logged in users and edit profile page, for logged in users at the same time.
[rem_agent_login redirect="http://site.com/success"][rem_agent_edit][/rem_agent_login]