Instant Forms

Property Area

Collect property measurements and contact info with a hosted Instant Form. Visitors search an address, draw polygons on a satellite map, and submit a lead.

Embed

Paste the snippet on any site. Embeds work with an empty allow-list (frame-ancestors *). Optionally lock embeds to specific domains on the Instant Form edit page.

<div id="rizz-instant-form" data-height="640"></div>
<script src="https://forms.rizzness.com/instant-form.js?token=YOUR_TOKEN"></script>

The script injects an iframe hosted on forms.rizzness.com. Do not post Instant Form leads to /f/:token — that path is for HTML Forms only.

Address autocomplete and the satellite map use the same places_proxy credentials as the Address Autocomplete SDK (google_api_key, worker_url, jwt_secret).

Lead payload

Each lead stores a typed payload:

  • address, lat, lng
  • polygons (GeoJSON FeatureCollection)
  • area_sqft
  • contact — name, email, phone (optional source)