Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderberry/wufoo_form_helper
- Owner: coderberry
- License: mit
- Created: 2009-02-23T21:57:26.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-02-23T22:00:35.000Z (almost 16 years ago)
- Last Synced: 2025-01-02T16:19:18.579Z (20 days ago)
- Homepage: http://www.teachmetocode.com
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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.