symfony - Symfony2 - Add a required checkbox to an Image Form Field -


i need form display checkbox field, when user selected image upload in image form field , make required.

the user has confirm, claims rights on picture.

i've tried make custom validator, think won't work scenario.

thank you

if understood well, 2 solutions:

  • you via html . user have check after uploading picture. if don't checked box, won't submit form.

  • with boolean in entity, set required=true , display other field. but, result in database true.. ( useless )


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -