Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/perc_email_verification
An assessment from Percolate to verify emails and submit them to MailChimp API
https://github.com/oliverswitzer/perc_email_verification
Last synced: 10 days ago
JSON representation
An assessment from Percolate to verify emails and submit them to MailChimp API
- Host: GitHub
- URL: https://github.com/oliverswitzer/perc_email_verification
- Owner: oliverswitzer
- Created: 2014-03-21T23:55:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T04:20:28.000Z (over 10 years ago)
- Last Synced: 2024-04-14T11:53:19.083Z (7 months ago)
- Language: Ruby
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
1. Build a landing page with custom form validation
Fields: Name, Email
* Requirement #1: The email field needs to check to make sure the user submits a company email address. If the user tries to submit the form with a gmail, hotmail, etc. address, trigger a form validation error and tell the user they need to submit a company email
* Requirement #2: Split the name field into first_name and last_name delimited by a space
* Requirement #3: Post the form to a MailChimp email list