• Resolved lary12

    (@lary12)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author odude

    (@odude)

    New category cannot be added by user.
    You need to create category at backend and that will be displayed on category page.

    User can create only tags.

    Thread Starter lary12

    (@lary12)

    Thank you for the answer.

    Alternatively, is it possible to show all galleries first on the image page and after clicking a gallery e.g. “2020 Holidays” show all tags thumbnails? Then display the respective images of the tags?

    If yes, how would the shortcodes look like?

    Thanks in advance

    • This reply was modified 3 years, 11 months ago by lary12.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adding a new category in the formular’ is closed to new replies.