Results for: form
-
Replies
-
ASP.net everything is under <form> tag. Do I need to worry .form style affecting my site as a whole?
After upgrading to V5, my form errors are a mess. Im using AngularJS to ng-show various errors under form elements for things like password mis-match, required and min char length. The errors used to stack nicely, with no gaps, now they all have a hug... (continued)
Hi all, I was wondering how I can put several validations and error messages using Abide on a form field. example of what I'm trying to accomplish : make sure an email is valid and also not duplicate in a database table ? when showing the form f... (continued)
Hi, I think we all been looking for this. So this would be a great to be Answered properly. Abide is great for validate form field in Foundation it has a lot of patterns you can use except one th Telephone numbers. I would like to use a pattern for ... (continued)
Hi everybody! Hans emailed us with a question about Abide. Let's help him out! -- Hi, I want to use the abide validation with a serie of inputs, but without a submit button. Instead I’ve a on click event which fires a javascript function after v... (continued)
I have some tabs.On click of any tab, my previous tab's form gets submitted and gets validated.That is working perfectly fine.But when i fill some values in some text boxes using some ajax call and then submit the form, i always get valid on form submit e... (continued)
Does anyone have any confirmed scripts for handling data submitted via a form? Thank you
hi, i have a custom form and i'v got province and city drop down which depend on each other i mean when user chenages the province the city drop down is reloaded but as it is ajax the drop down is not rebuild so the new data is not shown. i am using fo... (continued)
Hello. How would you disable abide On a form submit i have 2 buttons one for CONTINUE and one for SAVE when clicking CONTINUE i would like to let abide do its function, but when SAVE is CLICKED abide will not do its validation. Are there event han... (continued)
Making a user signup page, and I want them to have to re-enter both username and password to verify that they match. Should I try to do this in javascript? How difficult is this to implement with abide?
Hi That might be obvious but I can't find where do I control the fields validation is been triggered. Basically I want my form is been validated only after submit button is clicked. So I need to disable validation on immediate text entry and on user bl... (continued)
Does anyone have any clever ideas for separating out the error messages for an empty required field vs a field filled in with invalid data? On my project we have separate errors for empty vs incorrect data ("This field is required" vs "Please use only... (continued)
Hi Guys, I'm trying to pop open a reveal on a form submit and display the data. Is this possible? At the moment the reveal just doesn't show. I know it was previously possible on older versions but doesn't seem to be working for me. Any help woul... (continued)
Hi, I am using a html form without abide so validation should not be happening. I have a textfield setup with:
Is this possible w/out heavy customization? Are there any examples online that I could reference? Thanks in advance.
I posted the following to stackoverflow, but nobody has been able to figure it out so far: http://stackoverflow.com/questions/21488402/changing-text-input-size-with-zurb-foundation-rails-4-0 ______________________________________ I attempted to a... (continued)
Using a form with data-abide. when there is a field error, rather than an error message being attached to the field or the label displaying red, all the input boxes are losing their layout and bunching up together. If you correct the input entry, the layo... (continued)
I am wondering where the arrow up and down features are coming from in foundation when calling type="number" on an tag. I searched the CSS and looked in the JS but am not very good with JS so very well could have missed it. I would like to work ar... (continued)
Hello! I'm having issues with a section on my website. Basically the area doesn't resize properly when in goes down to medium and small (large is fine). (Contact Page works fine now) Also I'm having issues with Reveal, it doesn't seem to allow m... (continued)
I am thinking to use f5 to our website that was build based on asp.net/ajax. One thing that I am concerned about is all content on the asp.net site is inside a form tag. If I am planing to use forms style from F5, will it affect or change the whole site... (continued)