Welcome To Snipplr
Everyone's Recent Snippets Tagged form
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Just a little bit of code if u are interested in using links for form submission. I'm aware of the dangers of using links in this case, but don't really care. They're way easier to style.
0
2369
posted 15 years ago by wjbrown
This is a long over due update to my db insert building function. Please not that the function is the important part the code below is just prove that it works... l:-)
1
667
posted 15 years ago by brownrl
This is a good way to validate form input from PHP, in essence this could be a blue print for your forms.
5
939
posted 15 years ago by brownrl
This is a short and sweet snippet that will save the users form input after PHP runs validation and returns false. Very good for User Experience!
0
743
posted 15 years ago by montanaflynn
The markup would look like this:
<code> <input class="swap-value" type="text" value="Search"/ ></code>
2
848
posted 15 years ago by keith
This adds a class to focused form elements (helpful for IE6/7), as well as adds a class to the input's parent (in this case, named "form-field").
1
771
posted 15 years ago by dougunderscorenelson
https://www.chrisjmendez.com/2004/09/27/jquery-converting-all-the-items-in-a-select-element-into-a-string-array/
0
1124
posted 15 years ago by chrisaiv
In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.
1
755
posted 15 years ago by hotdiggity
JavaScritp Form Validation Framework to validate form fields on the fly, no programming knowledge required.
0
741
posted 15 years ago by clickfind
A simple to use framework for a contact form. This is missing some serious validation and such but is a good startin' point for any simple contact form.
The input field named 'botty' is an input field we hide with css.. if data is sent to the ha...
7
1460
posted 15 years ago by jadedbat
A simple form with rounded corners, and hopefully not too much markup. You'll need some kind of graphic for the corners of course - I used 20px corners for this.
It's a bit rough, would love to know what some other people think.
1
939
posted 15 years ago by superdeluxesam
Click on an input field with a prefilled value, if that value equals the default then select it, if not leave it as it was. Relies on jQuery.
2
1455
posted 15 years ago by 1man
[quote]$_SERVER['HTTP_REFERRER']'s problem is that can be spoofed, but it's better than nothing if you really want that.[/quote]
1
1024
posted 15 years ago by luizlopes
Grab http://blog.kissmetrics.com/common/images/required.png as example for a required image .
NOTE: You probably don't want to use this trcik, but rather go for the defacto standard of a red asterisk to mark something required. An asterisk is lang...
1
785
posted 15 years ago by berkes
I came across this little snippet... and thought it was rather nice.
0
793
posted 15 years ago by gembry