• Resolved onions2578

    (@onions2578)


    I am looking to have a ‘Post Form’ with Predefined “Tags”
    such as people can click on a listed on form as multi select / radio / checkbox .

    E.g.
    radio field under content will be:
    ()Engineering ()Entertainment
    ()Engineering ()Entertainment will be Tags for selection, so that I can see Engineering OR Entertainment on the post and click on the link “Engineering” tag to see all the “Engineering” posts

    TY

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter onions2578

    (@onions2578)

    I can pay for an answer

    Thread Starter onions2578

    (@onions2578)

    <input class="textfield wpuf__680" id="_680" type="checkbox" data-required="no" data-type="text" name="" placeholder="" value="yes123" size="40">
    something like this. testing now

    Thread Starter onions2578

    (@onions2578)

    Tags are not working to start with so…
    I have added tags field to form, when I add tags to post and view post there are no tags

    Thread Starter onions2578

    (@onions2578)

    How to make “tags field” work on post form:
    I got tags working, either what I did was
    1. create a new form with “post template” instead of trying to add “tags” to “sample form”
    2. also I download plugin from github but probably not needed

    How to add predefined tags (tax checkbox or tag selections) :
    Add has HTML to post form:
    <input class="textfield wpuf_tags_710" id="tags_710" type="checkbox" data-required="no" data-type="text" name="tags" placeholder="" value="adgdgsdfg" size="40" autocomplete="off">
    change 710 to number of your form
    OR
    inspect tags box on form you already created and change type=”text” to type=”checkbox” or type=”radio” or type=”hidden”

    • This reply was modified 7 years, 3 months ago by onions2578.
    • This reply was modified 7 years, 3 months ago by onions2578.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Predefined “Tags” selections on Post Form ?’ is closed to new replies.