ericlbarnes / Statamic-email-form

Email form plugin for Statamic
http://ericlbarnes.com/blog/statamic-email-form-plugin
Other
36 stars 6 forks source link

Addition of ID and Class to Form Params #6

Closed jesseschutt closed 12 years ago

jesseschutt commented 12 years ago

This adds the ability to reference the form by class and/or id for styling purposes.

{{ email_form subject="Contact Form" to="handsome@example.com" required="name" class="form-inline" id="sample" }}
ericlbarnes commented 12 years ago

Jesse very cool. Something is off looking at the diffs. This commit shows the whole file changed: https://github.com/jschutt/Statamic-email-form/commit/1772f5824d22d7b33b0a35cba9c9b3272bf859d2

Was it spaces to tabs or vice versa?

jesseschutt commented 12 years ago

Mmm.. Not sure! How should I proceed?

jesseschutt commented 12 years ago

You can disregard this request. I'll start over and see if I can get it working properly! Sorry!