Hello everyone, I need some help. Im creating a website and I'd like it when a visitor visits the contact page and fills out a contact form it will go to a email address which will be configured with a hosting company. Any help on this subject will be much appreciated and many thanks in advance
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
One of the easiest ways to create a form is like this:
models.py
forms.py
views.py
You can learn more about handling forms on the documentation.