How to submit form data with Zurb Foundation

forms, zurb-foundation

Solution

Zurb foundation is front end frame work for website design and development , if you want to submit the form or do server communications, please read some basics,

HTML form and input : http://www.w3schools.com/html/html_forms.asp

Submitting HTML form using Jquery AJAX :

Submitting HTML form using Jquery AJAX

AJAX - Send a Request To a Server : http://www.w3schools.com/ajax/ajax_xmlhttprequest_send.asp

Problem

I'm a beginner trying to set up my first form with Zurb Foundation, and I'm not able to find in the documentation the info on how to actually pass the data. It's just a basic contact form with name/email/message that I'd like sent to my email once people click the Submit button... and I don't know how to do that. I apologize for the simple question, your help is greatly appreciated.

Original source

Related problems