Welcome To Snipplr


Everyone's Recent Snippets Tagged form



« Prev 1 2 3 4 5 ... 9
Here’s a super handy snippet that I use very often. It works very simply: once the user clicks on #submit, the data from #form is serialized and sent to a remote page using the POST method.
0 3738 posted 8 years ago by catswhocode
Displaying Contact Form 7 fields on 2 columns using CSS.
0 3624 posted 8 years ago by deliciousthemes
this gets rid of all default form styles set by browser
0 3441 posted 9 years ago by vaisakh
Allows for forname.o'[email protected]
0 1581 posted 10 years ago by flatearthcomms
Simple script to send SMS throught our HTTP API (Afilnet) with PHP. Steps: 1.- Register in Afilnet. http://www.afilnet.com/anunciante/registrar.php 2.- Login and get credits (10 free) to send SMS 3.- Use this script or html form example include in...
1 2637 posted 10 years ago by Afilnet
Translate non alphanumeric characters into an underscore. Doesn't create double underscores if there's two spaces in a row. Also turns name to lowercase. Use with trim to avoid spaces at front or end.
0 3132 posted 10 years ago by flatearthcomms
Contact Form in HTML - without CSS - html 4 compatibility
0 3874 posted 10 years ago by lpiaitdepok
Select aus vorhandenen Daten des Datenbankobjektes
0 2247 posted 10 years ago by ulfinger
Jump start effort required to create a simple order form. Form collects product/service info, shipping details, payment details and customer billing/shipping details.
1 1747 posted 11 years ago by FlashBuddy
Permet de préremplir des champs avec le premier et le dernier jour du mois courant au format jj/mm/aaaa
0 2934 posted 11 years ago by Igeco
Méthode n'autorisant que les nombres (positifs/négatifs/décimaux avec virgules ou points) dans un champ
0 2640 posted 11 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0 2549 posted 11 years ago by sebabarre
To select a US State from a form.
1 3543 posted 11 years ago by windmarble
How to submit a form asynchronously and get result in JSON
0 2468 posted 11 years ago by DennisvanderStelt
SASS to customize the appearance of select inputs
0 3491 posted 11 years ago by eklemen
Tested in Firefox 4, Safari 4, Chrome 14, Opera 10, IE 8 (and newer)
0 1564 posted 12 years ago by jntu_gnec
This code shows how we post HTML form by AJAX and jQuery.
0 1808 posted 12 years ago by khaled__mahmoud
Draw a border around the form. Add to the paint event handler.
0 1609 posted 12 years ago by thomas-h
A set of common From scripting tasks
1 1408 posted 12 years ago by chetkloss
In modern browsers select options can now be style using most css properties. Of course, IE is still behind but it does support some styling as well. There are a lot more options on the site.
0 2412 posted 12 years ago by COBOLdinosaur
Removes $ from HTML form post, allows only number and decimal points. Has $ display in field but disappear when onfocus.
1 2436 posted 12 years ago by lromak
JavaScript is the only option, if you want to have the ability to clear all form fields. Yes, HTML form has Reset method, but if the form has initial values, then Reset will return the form to the initial state instead of clear input fields. This exa...
1 2376 posted 13 years ago by laxman2021
Allows you to click a given checkbox X, then shift click another checkbox Y. All checkboxes between X and Y will be checked or unchecked based on the state of checkbox Y. i.e. if you're unchecking Y all boxes between X and Y will also be unchecked.
1 2833 posted 13 years ago by ReedD19
With jQuery and SPServices, we have very powerful tools for accessing and manipulating Sharepoint data and precisiely contolling the presentation, entirely from the client side. But such solutions generally need to be either hard-coded into pages or...
0 4146 posted 13 years ago by rumremix
If Chrome is bothering with unknown borders and things like that, just apply this.
0 2286 posted 13 years ago by valenzine
this snippet is for this html structure %form %ol %li %label Label: %input
0 2358 posted 13 years ago by Merstzik
Simply changes the name attribute on input elements when the page is loaded.
0 1300 posted 13 years ago by stevielamb83
If someone put text into an input field (or automatic e.g. with a 2d barcode scanner) and you want to replace a part of the input (pattern) then will help this small jquery code snippet.
0 1859 posted 13 years ago by bassdas
This send any value via POST to a PHP page. It is done with AJAX, so the POST return can be used on the same page as the submit
0 1741 posted 13 years ago by rickygri
This javascript function takes the URL of the target page and an associative array of name/values paires and POSTs the data to the supplied URL by dynamically creating a form and then submitting it.
0 4514 posted 13 years ago by rickygri
« Prev 1 2 3 4 5 ... 9