Skip to main content
indeed_contactForm will store messages sent with it in your database,
make them avaliable in the admin interface and send you an email with
the messages content.
For this to work you need to configure your django project to be able to
send emails.


simply use indeed_contactForm in a view like this:


from indeed_contactForm.views import contact as contactForm

def contact(request):
return contactForm(request, 'contact.html')

if you need to make some variables in the template avaliable, you can
simply pass contact() a dict like you would pass it to render_to_response.

def contact(request):
return contactForm(request, 'contact.html', {'myVar':42})


contact.html can contain a normal form, for example:

{% extends "whatever/base.html" %}

{% block content %}
{% if form.errors %}
<p style="color: red;">
Please correct the error{{ form.errors|pluralize }} below.
</p>
{% endif %}

<form action="" method="post">{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Absenden">
</form>
{% endblock %}

Release files for indeed_contactForm 1.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for indeed_contactForm 1.0.2
File Size Uploaded
indeed_contactForm-1.0.2.tar.gz 3.2 kB Details

Release files / indeed_contactForm-1.0.2.tar.gz

Download URL indeed_contactForm-1.0.2.tar.gz
Size 3.2 kB
Tags Source
SHA-256 checksum
How to use checksums
22b709ea49b24ca046a3f90324fc05f0526f566f25be7937fec5ba9dd6016480
BLAKE2b-256 checksum
How to use checksums
94a036000551d7c1088503a260ecfbfd3a9e4eccb610cd6b92fb54c92c05764b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0.2 This release

1 release file

1.0.1

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page