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.
-
Passing Data from One Form to Another Using a Query String
It is possible to transfer data from one form to another using query string parameters.
-
Populate a Field With Query String Data
It is possible to populate a field with the value of a query string parameter using the WS Form variable.
-
Populate a Form With Post Data
It is possible to pre-populate a form with WordPress post data using the Post Management add-on. The data could be from a page, post or any other custom post type registered in your theme.
-
Populate a Form With User Data
It is possible to pre-populate a form with WordPress user data with the User Management add-on. This is useful for creating an 'Edit Profile' form.
-
Populate Select, Checkbox and Radio Fields Using PHP
You can use WS Form functions to dynamically populate select, checkbox or radio fields.
-
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 PHP
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.