Create Property Form
Default Shortcode
Following Shortcode displays a form to create a new property.
[rem_create_property]
Please note that this shortcode will display nothing when you’re not logged in.
Contents for non-logged-in users
You can provide inner contents in the shortcode that will be displayed when the user is not logged in. The following shortcode will display a login form for non logged in users and create property form, for logged in users at the same time.
[rem_create_property][rem_agent_login][/rem_create_property]
Manage Access
Use roles attribute to specify who can see the form and submit listings. Multiple roles can be provided separated by comma.
[rem_create_property roles="rem_property_agent,administrator"]