Toolset Plugin: Update comma separated string to Array for meta data saved via Front-end Posting
Updating a comma separated string to Array for WordPress meta data via Front-end Posting when creating a new post after form submission.
The below code is useful for Checkbox
fields made within Toolset plugin. Since Super Forms Front-end Posting saves them as a comma separated string, we must convert it to an array so that Toolset can properly retrieve these values.
PreviousExecute custom JS when a column becomes conditionally visibleNextToolset Plugin: Update file ID to file URL for meta data saved via Front-end Posting
Last updated