adding a new category in the formular
-
Hello,
I would like to make it possible for the users of my website to insert a new category in the form when allowed, e.g. Christmas 2012, if the previous categories are not suitable.
This is how my previous form looks like:
`[upg-form class=”pure-form pure-form-stacked” title=”Submit to UPG” name=”my_form” ajax=”true”]
[upg-form-tag type=”post_title” title=”Title” value=”” placeholder=”main title”]
[upg-form-tag type=”category” title=”Select category” taxonomy=”upg_cate” filter=”image”]
[upg-form-tag type=”tag” title=”Insert tag”]
[upg-form-tag type=”article” title=”Description” placeholder=”Content”]
[upg-form-tag type=”file” title=”Upload file”]
[upg-form-tag type=”submit” name=”submit” value=”Submit”]
[/upg-form]`Thanks in advance
- The topic ‘adding a new category in the formular’ is closed to new replies.