Hello!
The theme of Veronica 1.1.3
Placing item as not registered user, I choose a city from the list,declarations filed, then I again submit classified, but the location value is already filled in (picture 1), but the values sCountry,sRegion,sCity nothing, and since the id=term is a value, then you can submit the item, but in ad a city or a region is not specified, as sCountry,sRegion,sCity, no values
If there is a value in term, user to think that the city is chosen, and this is not so, if you look at (picture 2), it is clear that the location is not selected
How to make a validation to check values are just sCountry,sRegion,sCity, if values are not, the item may not be placed on the website
Tried this but no works
sCity: {
required: true,
minlength: 4
},
sRegion: {
required: true,
minlength: 4
},