DEV Community

Bret
Bret

Posted on

DJANGO, Customer Message “TO ADMIN”

How do you create a model, that will allow a form on the website, to submit a message to the Django Admin? THATS NOT BY EMAIL. I mean as a “inquiry message”, that a customer selects options, leaves a message. Without email. Soooo how do you show input, on the backend?

Top comments (3)

Collapse
 
highcenburg profile image
Vicente G. Reyes

Hi Bret,

You can check this example github.com/reyesvicente/hotel/tree...

The site can be seen here icvn-hotel.herokuapp.com/contact/

Collapse
 
yobretyo profile image
Bret

so that goes to the "django admin"? it looks like a regular email?

Collapse
 
highcenburg profile image
Vicente G. Reyes

Yes, it goes to the admin when a user submits from the form.