Learn how to let the Toolset Forms plugin edit custom fields created by other plugins.
Toolset forms can include Post and User fields that are defined by other plugins and the theme.
To control Custom Fields, go to Toolset → Post Forms and click on Manage non-Toolset Post Fields, in the section just below the list of your forms.
In the following example, we will describe the procedure for Post Fields. In case you want to control User Fields, you can navigate to Toolset → User Forms, click on Manage non-Toolset User Fields and follow the same process.
Select the post type for which you want to display custom fields.
For a post type to be selectable here, it needs to be configured as public, publicly queryable and visible in the GUI.
You can choose to display hidden custom fields (which are normally not showing in the WordPress admin). Then, click Apply. Forms will display all custom fields that are being used by the post type. Click Add to include them in Forms forms.
You will select the kind of input to use for each of the fields and enter the appropriate arguments. Fields may have some of the following options, depending on the field type:
- Required – if not entered, the form cannot be submitted
- Validate format – Forms will ensure that field input is compatible with the field type (only applicable to some field types)
- Include this field in Scaffold – the field will automatically appear when you use the Auto-Generate Form feature.
Once you’ve added custom fields to Forms, you will be able to insert them into forms. Forms will save the field values to the database when submitting the forms and load them from the database when editing content. You can remove the fields from Forms management by using the Remove button.
Limitations on controlling third-party custom fields
You cannot use Toolset Types, Forms, or Views to control complex third-party fields like serialized arrays, for example. Doing so will result in an unexpected and broken output. If you need to use such complex fields and control them with Toolset, create them using Toolset Types plugin instead.
Related topics
- Using WooCommerce Fields in Product Forms
- Selecting Parent Posts when Using Forms to Create Child Items
- Displaying Form Data
- Allow users to manage their items
- Charge users for submitting content
- Extending Form Functionality with Hooks
- Styling Front-End Forms
- Setting up Automatic Post Expiration
- Controlling Access to Front-End Forms
- Adding Generic Fields to Forms
- Send Notifications when Someone Submits the Form
- Deleting Content from The Front-End
- Front-end Forms for Editing Content
- Front-end Forms for Adding Content
- Using the Native Media Manager in Front-End Forms
- Protecting Forms from Spam
- Front-end Forms For Repeatable Field Groups
- Selecting allowed tags in front-end forms
- Conditional Display for Form Inputs