Appearance
Advanced Fields
Pro unlocks field types that change the shape or capability of the form beyond the standard Free field set.
Multi-File Upload
Use Multi-File Upload when one field should accept several files in the same submission.
- multiple-file browser picker;
- configurable file-count and per-file-size limits;
- same file-type categories as standard uploads;
- atomic upload behavior: if one file fails validation, none are stored;
- downstream rendering in previews, emails, PDFs, CSV exports, and integrations.
Geolocation
Use Geolocation when the visitor should explicitly capture latitude/longitude from their device.
- consent-oriented field design;
- visible capture control;
- precision handling;
- suitable for location-aware intake flows where explicit user action is expected.
Rich Text
Use Rich Text when the visitor needs a WYSIWYG content field instead of plain textarea input.
- editor-backed content capture;
- normal required-state handling;
- useful for applications, detailed briefs, or formatted descriptions.
Calculation
Use Calculation to compute a value from other fields using a formula. The result updates live as the visitor fills the form and is re-evaluated on the server at submit time, so a tampered page can't change it.
- reference other fields (numbers, quantities, priced options) in a formula;
- ready-made formula recipes to start from;
- configurable number formatting (decimal and thousands separators);
- can drive a payment amount when used as the payment's Calculation amount.
Dynamic Select
Use Dynamic Select when a dropdown's options should come from a data source instead of a fixed, hand-typed list.
- pick a source from the available list; its options populate the dropdown;
- per-source parameters where the source supports them;
- optional multiple selection;
- optional empty/placeholder option with a custom label.
Rating
Use Rating to collect a score, such as a star rating, instead of a plain number or select.
- the visitor picks a rating on a simple scale;
- stored and rendered like any other field in previews, emails, PDFs, and exports.
Related fields
Step Break is also Pro-only and powers multi-step forms.