[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

  1. show_map – Determines whether to display a map in the property appraisal form.
    • Default: 1.
    • Options: 1 or 0.
  2. show_form_title – Determines whether to display the title of the Gravity Forms form in the property appraisal form.
    • Default: 0.
    • Options: 1 or 0.

SECTION

  1. header_title – Displays header title text above the feed.
  2. header_sub_title – Displays header sub title text above the feed.
  3. section_background_image – Adds a background image to the HTML wrapper for the feed. Use image URL.
  4. section_background_color – Adds a background color to the HTML wrapper for the feed. Use HEX code or RGBA value.
  5. section_font_color – Defines the font color of section header and section footer.
  6. section_width – Defines the width of the feed.
    • Default: default (max width of 1140px).
    • Options: default, small, medium, large or full. Specify one only.

FILTER

  1. form_id – Specifies the Gravity Forms form ID to be displayed in the property appraisal form.
  2. 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.

CUSTOM

  1. id – Specifies an HTML ID for the property appraisal form section.
  2. 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.