validate com_tags 10 years ago6TopicHello,I am trying to make the "Article Tags (JForm- Tag) required and validated with the current list of tags.How do I get it to require a selection from the Tag dropdown menu?screenshotThanks,Jeff Codigo Aberto 10 years ago5Level 1The objective is only selection, the user can´t add new tags ? modernmagic 10 years ago4Level 2Codigo Aberto,We are not allowing the creation of new tags.Is there a way to require at least one selection from the given list? See screenshot: https://dl.dropboxusercontent.com/u/4967834/forum-postings/seblod/Screen%20Shot%202015-04-05%20at%2011.15.32%20PM.pngThank you,Jeff Codigo Aberto 10 years ago3Level 3use javascript to validade or put the field as "required" modernmagic 10 years ago2Level 4Codigo,I have it set to "required" but that is not stopping the form from being submitted.https://www.dropbox.com/s/tctphxouiin05ca/Screenshot%202015-04-07%2016.17.14.png?dl=0What javascript code and where would I put it to validate com_tags?ThanksJeff Codigo Aberto 10 years ago1Level 5 I have it set to "required" but that is not stopping the form from being submitted.If not stopping, waht value goes by default ? modernmagic 10 years ago0Level 6Codigo,No value, tag, gets saved.Here is the backend showing that the tag field is empty: https://www.dropbox.com/s/d55li9zyadm19g7/Screenshot%202015-04-07%2016.28.03.png?dl=0Regards,Jeff