
You asked—we delivered! You can now set default values for form fields, a feature designed to make your forms smarter and more dynamic.
Use it in Hidden Fields to Pass Extra Information
One of the most popular use cases is setting values for hidden fields. This lets you capture additional information about the form submission without requiring any user input.
For example, if you're collecting inquiries about your products or services, you can now automatically pass details like product name, price, or any other metadata directly from the page.

When used on dynamic CMS pages, you can populate field values with page variables—making every submission more informative and contextual.
Save Form Entries to CMS with Reference Data
Looking to build a more powerful setup? You can now save form submissions to your CMS—complete with reference data.
Here's how:
Create a table like Orders in your CMS.
In your form, choose to both send an email and save the submission to the CMS.
Add a hidden Select field and set its Default value to "Current item".

This allows you to automatically link each form entry to the product or service being viewed, creating a seamless and structured data flow.