sir, while using django forms you have used field.id_for_label, is it different from field.id. Also field.id is automatically generated or not.
Doubt in django forms
Hello @nischey, yes it is different it is specifically set while using the forms and there are a lot more attributes you can use like this. https://docs.djangoproject.com/en/3.1/topics/forms/