Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Foundation contact form for wordpress

Learnt today that you can create web contact forms with foundation but wanted to know if the foundation.form.js handled the submition process as in the docs it says thats you need to add it and the zero.js file to get your form to work. I am trying to created a wordpress contact form wih foundation so any advice of how to do this would be greate or if any suggestions of any free form that l can use would be greate. Thanks in advance.

2 Answers

Have you tried taking a look at recent F5/WP projects on Github? I'm a Foundation newbie myself and have found that looking at other people's work has helped me understand better how all the moving pieces fit together.

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Since WordPress does not have any contact form functionality by default you will likely end up using a plugin like Ninja Forms or Gravity Forms and looking for ways to integrate the two of them. If you code the form yourself (not recommended) then you would just code the whole thing from scratch and it shouldn't be a problem. Both of those other plugins have hooks to add CSS classes that may help you in making your Foundation styled forms.