<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/html/tags/forms</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 14:53:03 GMT</pubDate>
<item>
<title>(HTML) HTML W9 - pumpkinthehead</title>
<link>http://snipplr.com/view/61248/html-w9/</link>
<description><![CDATA[ <p>This is an html form for W9 documents I made for work.  Thought it could save someone else some time.</p> ]]></description>
<pubDate>Mon, 28 Nov 2011 18:01:01 GMT</pubDate>
<guid>http://snipplr.com/view/61248/html-w9/</guid>
</item>
<item>
<title>(HTML) Form Value Clear/Reappear Script - officiallyWise</title>
<link>http://snipplr.com/view/58183/form-value-clearreappear-script/</link>
<description><![CDATA[ <p>In HTML forms, places this script in inputs to clear the value. If input box is blank, original value repopulates the input box.</p> ]]></description>
<pubDate>Fri, 26 Aug 2011 04:49:59 GMT</pubDate>
<guid>http://snipplr.com/view/58183/form-value-clearreappear-script/</guid>
</item>
<item>
<title>(HTML) 100% WIDTH TEXT AREA WITH ADJACENT BUTTON - FatFolderDesigner</title>
<link>http://snipplr.com/view/52532/100-width-text-area-with-adjacent-button/</link>
<description><![CDATA[ <p>A contract I work on uses tables to layout forms (kinda ghetto I know) and I wanted a text field with a button text to it that would work with their 100% width scheme. Normall it places to betton below the text input, but using this HTML and CSS it will go next to it.

One thing to note is that the button has to have a width, and you need that width + any margin you give the button to be updated accordingly. In this example the button is 95P with a 5Px right margin on it, the to magic number is 100Px, it has to be updated in both the inline style on the table and in he CSS. Also this will work outside a table, as long as all the divs are in something with an appropriate badding on it.

There is no reason that can't all be inline or all be in the stylesheet, it's just based on the way they lay out the becked of their CMS.

Questions can be posted here or (preferable) at the link, theres an example of it in action there too (not that it's a complicated thing to make yourself)</p> ]]></description>
<pubDate>Sun, 24 Apr 2011 08:11:36 GMT</pubDate>
<guid>http://snipplr.com/view/52532/100-width-text-area-with-adjacent-button/</guid>
</item>
<item>
<title>(HTML) Label inside Input - RWolford</title>
<link>http://snipplr.com/view/46698/label-inside-input/</link>
<description><![CDATA[ <p>Nothing special, just need it here to remember</p> ]]></description>
<pubDate>Fri, 07 Jan 2011 03:04:26 GMT</pubDate>
<guid>http://snipplr.com/view/46698/label-inside-input/</guid>
</item>
<item>
<title>(HTML) Simple form with tables - sandman7OR</title>
<link>http://snipplr.com/view/38709/simple-form-with-tables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 08 Aug 2010 07:55:57 GMT</pubDate>
<guid>http://snipplr.com/view/38709/simple-form-with-tables/</guid>
</item>
<item>
<title>(HTML) Country Select HTML - paulgrenwood</title>
<link>http://snipplr.com/view/20165/country-select-html/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Sep 2009 16:40:08 GMT</pubDate>
<guid>http://snipplr.com/view/20165/country-select-html/</guid>
</item>
<item>
<title>(HTML) State and Province select - jseltzer</title>
<link>http://snipplr.com/view/17639/state-and-province-select/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Jul 2009 16:24:23 GMT</pubDate>
<guid>http://snipplr.com/view/17639/state-and-province-select/</guid>
</item>
<item>
<title>(HTML) Select Option Groups - josephfritz</title>
<link>http://snipplr.com/view/13413/select-option-groups/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Mar 2009 16:16:21 GMT</pubDate>
<guid>http://snipplr.com/view/13413/select-option-groups/</guid>
</item>
<item>
<title>(HTML) Tableless forms - fredaudet</title>
<link>http://snipplr.com/view/7382/tableless-forms/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Jul 2008 15:50:54 GMT</pubDate>
<guid>http://snipplr.com/view/7382/tableless-forms/</guid>
</item>
<item>
<title>(HTML) Webform Counrty List - bklapholz</title>
<link>http://snipplr.com/view/7121/webform-counrty-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Jul 2008 06:06:06 GMT</pubDate>
<guid>http://snipplr.com/view/7121/webform-counrty-list/</guid>
</item>
<item>
<title>(HTML) foreach $_GET - llbbl</title>
<link>http://snipplr.com/view/2740/foreach-get/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 10:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/2740/foreach-get/</guid>
</item>
<item>
<title>(HTML) foreach $_POST - llbbl</title>
<link>http://snipplr.com/view/2730/foreach-post/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:25:50 GMT</pubDate>
<guid>http://snipplr.com/view/2730/foreach-post/</guid>
</item>
<item>
<title>(HTML) Multiple Choice: Radios - n00ge</title>
<link>http://snipplr.com/view/2696/multiple-choice-radios/</link>
<description><![CDATA[ <p>Multiple choice with radio buttons for forms.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:49:58 GMT</pubDate>
<guid>http://snipplr.com/view/2696/multiple-choice-radios/</guid>
</item>
<item>
<title>(HTML) Select - n00ge</title>
<link>http://snipplr.com/view/2695/select/</link>
<description><![CDATA[ <p>Select field for forms.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:48:44 GMT</pubDate>
<guid>http://snipplr.com/view/2695/select/</guid>
</item>
<item>
<title>(HTML) forms disable autocomplete - assbach</title>
<link>http://snipplr.com/view/2113/forms-disable-autocomplete/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 04 Feb 2007 00:54:54 GMT</pubDate>
<guid>http://snipplr.com/view/2113/forms-disable-autocomplete/</guid>
</item>
</channel>
</rss>
