remove the album selection
-
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
- The topic ‘remove the album selection’ is closed to new replies.