
ADD-ON JWT PREFILL
Create JSON Webtokens to populate fields dynamically in Gravity Forms.
JWT Prefill Gravity Forms is a powerful add-on that lets you prefill form fields from signed JSON Web Tokens (JWT) and verify token validity before the form loads. You can configure a private key, populate fields from JWT claims, set time windows for validity, and control access using allow or deny lists ensuring secure, trusted data in your forms.
JSON Web Token to populate Gravity Forms
With the JWT Prefill Add-on you can generate and configure JSON Web Tokens to populate (and verify) data in your Gravity Form.
- Dynamic Population
Fill form fields directly from JWT claim values. - Private Key
Use a form-specific private key to confirm the token’s signature. - Schedule requirement
Restrict token use to a specific start and end date. - Allowed or forbidden
Control access using allow and deny lists.. - JWT Shortcode
Generate secure JWT links using theInvalid form_id.
shortcode. - JWT Gravity Flow Step
Create and store JWTs as part of an automated workflow. - JWT Merge Tag Modifier
Extract claim values from a token using merge tags. - JSON Web Token Field
Add a dedicated field to capture and validate tokens.

Screenshots





JWT Prefill Gravity Forms FAQ
Yes. You can map different claims from a single token to multiple fields in your form.
In the form’s JWT Prefill settings, set the start and end time for when tokens are valid.
Yes. All configuration options are available in the Gravity Forms editor no custom code required.
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
For example, a server could generate a token that has the claim “client_id” and provide that to a client. The client could then use that token to prove that it is an actual client. The tokens can be signed by one party’s private key (usually the server’s) so that party can subsequently verify the token is legitimate. If the other party, by some suitable and trustworthy means, is in possession of the corresponding public key, they too are able to verify the token’s legitimacy.
The tokens are designed to be compact, URL-safe, and usable especially in a web-browser single-sign-on (SSO) context. JWT claims can typically be used to pass identity of authenticated users between an identity provider and a service provider, or any other type of claims as required by business processes.
Read more about JSON Web Tokens on wikipedia, JWT.io and Medium.
Related Documentation For JWT Prefill Gravity Forms
Populate Dynamically with JWT Claims

Refund Policy
Within 30 days of your initial purchase, you are entitled to a complete refund with no hassle. In order for us to improve our Add-ons, we do ask that you provide a good justification and feedback for your request for a refund.
JWT Prefill on GravityForms.com