An open API service indexing awesome lists of open source software.

https://github.com/alexmhack/ajax_django_form

creating a django websiite that has contact form written in ajax to avoid page refresh on form submit
https://github.com/alexmhack/ajax_django_form

Last synced: 7 months ago
JSON representation

creating a django websiite that has contact form written in ajax to avoid page refresh on form submit

Awesome Lists containing this project

README

          

# ajax_django_form
creating a django websiite that has contact form written in ajax to avoid page refresh on form submit

# Installing
install django

# Configure
Create django app
Configure settings.py for sending emails
Send email from script.js

Send an ajax request with every page and update the view for that page