Skip to main content

Reusable Django app for display zurb foundation forms

Project description

# django-foundation-form

Reusable Django app for display [zurb foundation forms](http://foundation.zurb.com/)

## Installation
Install with pip: `pip install foundationform`

Add `'foundationform',` to INSTALLED_APPS

## Usage

Simple form:

```html
{% load foundation %}

<h2>Form</h2>
<form method="POST">
{{ form|foundation }}
<button type="submit" class="small button">Submit</button>
</form>
```

Inline labels:

```html
{% load foundation %}

<h2>Form</h2>
<form method="POST">
{{ form|foundationinline }}
<button type="submit" class="small button">Submit</button>
</form>
```

Render form fields:
```html
{% load foundation %}

<h2>Form</h2>
<form method="POST">
{{ form.title|foundation }}
{{ form.text|foundationinline }}
<button type="submit" class="small button">Submit</button>
</form>
```

### Running the tests
Install [tox](http://tox.testrun.org/) and run `tox` from the source checkout

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foundationform-0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page