H
H
hhu2021-03-03 12:50:58
Django
hhu, 2021-03-03 12:50:58

How to make a Django contact form popup?

Good afternoon!

I am quite new to using django. There was a desire to make a feedback form in a pop-up window. It was not possible to google a ready-made solution or assemble it from different pieces of "Frankenstein".

I want to make a form without using widgets, just an interface button "Order a call" on click on which a pop-up window appears with the fields "Name", "Number" and the "Send" button.

Tell me, please, where to start or poke your nose into the necessary literature.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2021-03-03
@bacon

This is not the task of Django, but of the frontend - html and js.

G
ge, 2021-03-04
@gedev

First link on google . Change in JS url: "mail.php",to the URL of your handler in jang and you're done.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question