Issues with saving POST data to database using JavaScript Fetch API

That’s the problem. That’s what’s not matching the form, and so the form fields are not being populated.

Since the form fields aren’t populated, the is_valid test fails.

1 Like