forms.py class ordergenerationform(forms.Form): order_no = forms.IntegerField(required=False) mobile_no = forms.IntegerField(required=False)