• Resolved alexandraka

    (@alexandraka)


    hello,

    To allow user to upload picture, I have the upg-form on a post.
    But I wish to set the album selection in order the user don’t make mistakes will uploading (and it will be also faster as many albums are presents)

    So currently, I have something like that

    [upg-form-tag type=”post_title” title=”Légende” value=”” placeholder=”Légende”]
    [upg-form-tag type=”category” title=”Sélectionner la sortie:” taxonomy=”upg_cate” filter=”image”]
    [upg-form-tag type=”file” title=”Selectionner fichier”]
    [upg-form-tag type=”submit” name=”submit” value=”Envoyer”]
    [/upg-form]

    My point, is how to remove the album selection field and set it by to a fixed value ?

    can I insert something like

    <input type=”hidden” name=’cat’ id=’cat’ value=”estartit”>

    ?
    thx for your support

    • This topic was modified 2 years, 9 months ago by alexandraka.
    • This topic was modified 2 years, 9 months ago by alexandraka.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alexandraka

    (@alexandraka)

    I tried

    [upg-form title=”Envoyer vos photos” name=”my_form” ajax=”true” taxonomy=”upg_cate” tag_taxonomy=”upg_tag”]
    [upg-form-tag type=”post_title” title=”Description:” value=”” placeholder=”description”]
    [upg-form-tag type=”other” new_type=”hidden” name=”cat” value=”2022_06-lac_de_sede”]
    [upg-form-tag type=”file” title=”Selectionner le fichier” ]
    [upg-form-tag type=”submit” name=”submit” value=”Envoyer”]
    [/upg-form]

    Indeed it does not show the cat/album field, but the picture is loaded without being attached to the album “2022_06-lac_de_sede”
    (note ; i arranged identical album and slug names)

    • This reply was modified 2 years, 9 months ago by alexandraka.
    Plugin Author odude

    (@odude)

    I have not tested it,
    But try
    [upg-form-tag type="select" name="cat" title="Select Month" value="jan:January,feb:February" placeholder="-Month-"]

    Plugin Author odude

    (@odude)

    No reply

    Thread Starter alexandraka

    (@alexandraka)

    sorry to be late…
    the image is uploaded, but not tagged to any album

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove the album selection’ is closed to new replies.