Knowledge Base
Find answers, learn new features, and explore developer resources.
Population
- Dynamically Set a Select Field Value Using a Query Variable
You can use conditional logic to dynamically set the value of a select field from a query variable.
- Insert Local Storage Values into Fields
You can insert the value of a local storage value into a field using the #local_storage_get variable.
- Insert Session Storage Values into Fields
You can insert the value of a session storage value into a field using the #session_storage_get variable.
- Passing Data from One Form to Another Using a Query StringPRO
It is possible to transfer data from one form to another using query string parameters.
- Populate a Form With Post DataPRO
It is possible to pre-populate a form with WordPress post data using the Post Management integration. The data could be from a page, post or any other custom post type registered in your theme.
- Populate a Form With User DataPRO
It is possible to pre-populate a form with WordPress user data with the User Management integration. This is useful for creating an 'Edit Profile' form.
- Populate the Default Value of a Field Using PHP
You can use WS Form functions to dynamically set the default value of fields.
- Populating Field Values with Post Data
There are various different ways you can populate the value of a field using post data.
- Setting Which Post ID to Populate With Using PHPPRO
In this tutorial we show you how to change the 'Post ID' setting found in Form Settings > Data > Populate Using Action by using a simple PHP script.