1

I have a form made of buttons and a submit button. I want to submit only from the submit button.

I tried to use button type="button", but when I try to submit I get a "This field is required" error. How can I accomplish this?

IonicSolutions
  • 2,559
  • 1
  • 18
  • 31
pnina
  • 149
  • 6

1 Answers1

0

Have you tried to set the Blank = True in models.py for the fields that do not submit?