Edit Property Form
Default Shortcode
Following Shortcode displays a form to edit the property.
[rem_edit_property]
Please note that this shortcode will display nothing when you’re not logged in.
Approval Message
You can use the shortcode attribute waiting_message to replace the pending listing alert.
[rem_edit_property waiting_message="This listing is currently waiting approval"]
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 edit property form, for logged in users at the same time.
[rem_edit_property][rem_agent_login][/rem_edit_property]