With miniExtensions form, you have the choice to allow prefilling any field, including hidden ones. You can use this feature to send out forms with some prefilled IDs, for instance, without visually showing them in the form. It works by using the prefill_fieldName=parameter
. Our form prefilling function works in the same way it does on Airtable Form. Go here for more details.
Demo
Here’s an example for a form with some prefilled hidden fields. After you submit this form, the Source
field (which is hidden) would be auto-filled with the word “Twitter”. You can check the results in the view below.
1. URL
The full URL in the demo above is:https://web.miniextensions.com/lRRNiT4ZomfQVhxzpjUX?prefill_Source=Twitter
2. Embed on your site
The form can be both shared as a URL or embedded in your website.
Additionally, you can avoid having the hidden fields as part of the URL. This ensures the fields remain inaccessible to users, maintaining data privacy and control over collected information.

With this feature, you no longer have to rely on users not modifying the URL parameters!
If you click on the sample view below, you’ll see the table that’s used for the demo above.