I have an image upload form and at the bottom, I’d like to have a checkbox that the user must check before submitting the form, certifying that they have the right to distribute the photo. I’ve tried adding it as a Widget in the Form class, but it is not displaying. What is the best way to accomplish this?
Share
For validation, you can add this to your form class to allow fields outside the model:
Other than that, just adding the widget in the standard way should work fine.