Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coderberry/wufoo_form_helper

WuFoo-esque form helpers
https://github.com/coderberry/wufoo_form_helper

Last synced: 12 days ago
JSON representation

WuFoo-esque form helpers

Awesome Lists containing this project

README

        

Wufoo Form Helper
===============

WuFoo style form helpers.

Requirements
============

Requires jQuery. Your header include should be like this:

Example
=======

<%= wufoo_name_field(:person, :name) %>
<%= f.wufoo_email_field(:email, { :tip => "Please enter a valid email address" }) %>
<%= wufoo_phone_field(:person, :phone) %>
<%= wufoo_phone_field(:person, :cell_phone, { :label => "Mobile Phone" }) %>
<%= f.wufoo_address_field(:address, :label => "Home Address") %>

Copyright (c) 2009 Eric Berry, released under the MIT license. Many thanks to Brandon Martinez and his Styled Forms helper.