2👍
✅
You’ve extracted one argument, which you’ve called initial, from the args/kwargs lists, and you’re not passing it to the super call. Actually, the first positional argument is the form data, and without it the form will never be valid. Remove that name from the method definition.
Source:stackexchange.com