[rep_appraisal]
You can use our Appraisal Shortcode to display property appraisal form and map from your Malcolm account directly on any page or post.
Product
Shortcode Attributes
There are a number of shortcode attributes available which you can use to customise the output.
GENERAL LAYOUT
- show_map – Determines whether to display a map in the property appraisal form.
- Default:
1. - Options:
1or0.
- Default:
- show_form_title – Determines whether to display the title of the Gravity Forms form in the property appraisal form.
- Default:
0. - Options:
1or0.
- Default:
SECTION
- header_title – Displays header title text above the feed.
- header_sub_title – Displays header sub title text above the feed.
- section_background_image – Adds a background image to the HTML wrapper for the feed. Use image URL.
- section_background_color – Adds a background color to the HTML wrapper for the feed. Use HEX code or RGBA value.
- section_font_color – Defines the font color of section header and section footer.
- section_width – Defines the width of the feed.
- Default:
default(max width of 1140px). - Options:
default,small,medium,largeorfull. Specify one only.
- Default:
FILTER
- form_id – Specifies the Gravity Forms form ID to be displayed in the property appraisal form.
- lead_form_type – Specifies the type of lead form to be displayed in the property appraisal form. It can be for selling property or other purposes.
- Default:
sell. - Options:
sell,manage,suburb_report.
- Default:
CUSTOM
- id – Specifies an HTML ID for the property appraisal form section.
- classes – Adds an HTML wrapper class so you can modify the specific output with custom CSS.
Example Usage
[rep_appraisal form_id="5" show_map="1" lead_form_type="manage" section_width="full"]
Results
| This shortcode adds a real estate assessment form (Gravity Form ID: 5) with a map in real estate management mode and makes it full-width within the container. |