Snippets

Gonzalo Delgado Fields loop

Created by Gonzalo Delgado last modified
<form class="quickgift-form" action="{% url donation-form %}" method="get">
    {% for field in form %}
    <div class="fieldWrapper">
        {{ field.errors }}
        {{ field.label_tag }}: {{ field }}
     </div>
    {% endfor %}
    <p class="quickgift-buttons">
        <a href="https://secure.etransfer.com/EFT/custom/Joni/Donation480/donation1.cfm?d2org=JoniAndFriends&d2tool=EFT" class="monthly-button">Give Monthly</a>
        <button class="donate-button" type="submit">Donate</button>
    </p>
</form>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.