Save as Post Type Processor doesn’t save multiple categories
-
This issue is on a site that’s currently in development. I’ve created a form who’s sole function is to save the form data as a post. It does save successfully in all areas but one. The categories function is not accepting the parameters in the form I’m entering them. I’ve tried multiple ways of entering the parameters including space separated and comma separated (see below).
TL;DR
Taxonomies Category does not accept multiple parameters.
I require that the Category field take in 3 parameters. Does the Processors’ Category field accept multiple parameters? If so, What is the correct syntax to include multiple parameters?I’ve tried the following formats with varying levels of success
%field_name% | successfully writes the accepted parameter
category-name | successfully writes the accepted parameter- %field_name%, category-name | Fails, no category is applied
- %field_name% category-name | Fails, the ‘Uncategorized’ category is applied
- %field_name%category-name | Fails, no category is applied
- %field_name%%category-name% | Fails, no category is applied
- The topic ‘Save as Post Type Processor doesn’t save multiple categories’ is closed to new replies.