Question

I have used Foundation 4 with Custom Forms before and they work great. With Foundation 5 however I am unable to understand how to use them. Need help!

Going to the URL: http://foundation.zurb.com/stencils.html it gives strange guide on using it which I am not able to understand.

enter image description here

Was it helpful?

Solution 2

As you can see at

http://foundation.zurb.com/docs/upgrading.html#upgrading-the-sass

@import "foundation/components/sections";
@import "foundation/components/custom-forms";

have both been removed from the foundation framework. If you are looking to continue using custom forms as defined in Foundation 4 and as described in their official documentation

http://foundation.zurb.com/docs/v/4.3.2/components/custom-forms.html

Then you should probably switch back to Foundation 4.

As an alternative, you could always use CSS3 and pseudo elements to style the checkboxes and or radio buttons without having to use a javascript plugin to do it.

OTHER TIPS

Stensils is a set of tools that helps you to quickly create interfaces in OmniGraffle. More inforamation about OmniGraffle, here: http://www.omnigroup.com/omnigraffle

If you need to create some custom forms for web, better to look here: http://foundation.zurb.com/docs/components/forms.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top