rinatkhaziev / wp-frontend-uploader

WordPress plugin that allows your visitors to upload media from the front-end
53 stars 52 forks source link

Useless checkboxes, radio buttons, & dropdown. #77

Open HP1996 opened 7 years ago

HP1996 commented 7 years ago

I feel like the checkboxes, radio buttons, & dropdowns are useless with out the ability to use them as values for the category id. E.g. [fu-upload-form suppress_default_fields=true class=user-gallery title='Upload Your Portfolio Images' form_layout=post_media post_type=gallery append_to_post=true] [input type=text name=post_title id=title class=required description='Your First Name'] [category=select name=foo class=select id=ug_select description='Pick A Profession' values=24:Painter,25:Photographer]

^Where 24 & 25 are category IDs of the post_type=gallery.