Can I Pre Populate Form Fields
Yes, pre-populating form fields is fully supported and there are several ways to do it depending on where the value is coming from.
Common pre-population options include:
- Default values: set a static or dynamic default directly on the field
- Logged-in user values: auto-fill fields with the current user's name, email, role, or any other user property
- URL parameters: pass values into the form through the URL to pre-fill specific fields
- Connected record values: when adding a child record, automatically link it to the parent
Together these options make it much faster for users to complete forms - especially when the data already lives somewhere in your app.
We'd love to hear your feedback.