Results for: forms
First thank you for the great work in Foundation 5! In Foundation 5 are custom forms still supported? When I look at the Form docs I am seeing regular checkboxes and radio boxes. I haven't tried it in a live site yet.
Hi Guys, We are having an issue with Zurb 4 custom form the dropdown and radio button not working on the latest IE 11.0? any solution for this issue? Even if you browse the docs for Zurb 5 in IE 11.0 it doesn't work the custom form page.
This is more of a general approach question than a specific issue. I'm wondering what the best approach is for overriding styles or even whole functions that aren't already defined as variables in sass. For instance, Foundations _forms does some row... (continued)
Has anyone else experienced this problem? Submit button is out of place when using labels. Need to use a label for the button to keep it in line. Any recommended solutions?
Hey everybody! Stephen emailed us with this question. Let's help him out! -- I'm working on a site where we've integrated Foundation 4 and it's working great except for one thing I can't figure out. We have some forms that are built dynamically thro... (continued)
Does anyone from Zurb have a reason for not wrapping the labels in Foundation around the inputs that they represent? I don't know anyone that still keeps labels and inputs separate and I'm just wondering if there's a reason that Foundation takes this sta... (continued)
We want to put a form inside and Orbit content slider... It's all good but when the form field is clicked to fill in the form, the slide changes. Is there a way I can stop the slider to moment someone starts to fill in the form?
Hi, According to the docs - http://foundation.zurb.com/docs/components/forms.html - the
Hi, I have a form data-abide with some input required. And i have a button to submit the data. I need a button that comes disable or hidden when i click. But when i click on submit they do first the onclick change that the data-abide form. my button code
Hi, I have a webform which is broken down into multiple steps. I am using Abide to handle JS validation and alerts to the user. My question is this: Can I use abide to check if all of the required fields are valid (IE: Filled in) then show the nex... (continued)
i have lost the dropdown functionality for the latest version of f5. i was able to clone from github, and now i am going line by line to find differences. around line 481 of _forms.scss
I'm building some forms, and after inserting the error class on the labels, I've noticed that there seems to be margin above or below that gets lost. All of the form fields are very tight, one after the other, rather than having that nice, open look. I... (continued)
Hello everyone, I have a two column form and i want one of the fields in the 2nd column to stack under a field in the 1st column in the mobile view. This is currently what is happening First Name Email Address Account Number Last Name Contact Nu... (continued)
The reset button when displayed on mobile devices does not have any styling - just a round button. Is this on purpose? When accessing the page via computer, styling is intact.
This is a bit odd, as I could have sworn I had this working at one time. I have a Form with a multiselect box. The box size is being displayed as if there is only a single option, or as a tradition select box when in fact there are (3) options with the po... (continued)
Tooltips inside of forms are not working for me. I am loading modernizr and doing everything by the book. I am running 5.2.1. Is anyone else having this problem? Thanks.
I've got a set of fields that should not show unless the user selected Yes/No (via radio buttons). I haven't yet found a way to manage this with Foundation alone, but adding in a jQuery plugin to handle it doesn't work. I think there is a conflict, but... (continued)
Hi there, I'm having big trouble to achieve this. I want to validate fields that are on a modal form via AJAX. This means, I need to validate fields before refreshing the page. How can I use Abide Validation to do it? Actually I have: <%= simple_... (continued)
I have a custom form with select elements that are loaded via AJAX. We're using the .trigger("change", true) event to update it the selects when someone clicks on it. Unfortunately, some of these selects have 100+ options in them which causes a delay in... (continued)