[Fixed]-How to change form fields' value before validation?

1👍

I would suggest you not to use models forms instead use a forms.form and in your view before the ** form.is_valid() ** try to retrieve the form fields with the help of REQUEST method.
May be this helps.

Leave a comment