<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with form</title>
      <link>http://ask.metafilter.com/tags/form</link>
      <description>Questions tagged with 'form' at Ask MetaFilter.</description>
	  <pubDate>Fri, 11 Dec 2009 07:33:14 -0800</pubDate> <lastBuildDate>Fri, 11 Dec 2009 07:33:14 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Linus said git was a file system!</title>
	<link>http://ask.metafilter.com/140384/Linus%2Dsaid%2Dgit%2Dwas%2Da%2Dfile%2Dsystem</link>	
	<description>Anybody have opinions on abstraction vs. commuting patchs (git, mercurial, darcs) for handling short form letters in latex? I usually write form letters by first building a framework with various variables holding various bits that might change, and then tweaking the bits for individual letters.  I found this &quot;abstraction&quot; approach was fairly efficient for very repetitive form letter, but I&apos;ve encountered some situations requiring more flexible forum letters recently.&lt;br&gt;
&lt;br&gt;
Does anyone have any comments about using distributed version control systems like git, mercurial, or darcs for forum letters?  I&apos;d imagine the main issue will be the enormous number of branches, so being able push a patch through to all branches simultaneously might become annoying.&lt;br&gt;
&lt;br&gt;
I&apos;d usually use git for version control, but maybe darcs is worth it here?&lt;br&gt;
&lt;br&gt;
p.s.  Anybody have other approaches for resolving &lt;a href=&quot;http://stackoverflow.com/questions/655202/git-and-c-workflow-how-to-handle-object-and-archive-files&quot;&gt;this question&lt;/a&gt;?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140384</guid>
	<pubDate>Fri, 11 Dec 2009 07:33:14 -0800</pubDate>
	<category>darcs</category>
	<category>form</category>
	<category>formletter</category>
	<category>git</category>
	<category>latex</category>
	<category>letter</category>
	<category>mercurial</category>
	<category>template</category>
	<category>versioncontrol</category>
	<dc:creator>jeffburdges</dc:creator>
	</item>
	<item>
	<title>MSAccessFilter: How do I create a printable report in MS access, with a click-through interface to choose my data?</title>
	<link>http://ask.metafilter.com/139679/MSAccessFilter%2DHow%2Ddo%2DI%2Dcreate%2Da%2Dprintable%2Dreport%2Din%2DMS%2Daccess%2Dwith%2Da%2Dclickthrough%2Dinterface%2Dto%2Dchoose%2Dmy%2Ddata</link>	
	<description>MSAccessFilter: How do I create a printable report in MS access, with a click-through interface to choose my data? Good morning,&lt;br&gt;
At the office, we&apos;re using an access database that everyone is afraid to touch, but at the same time, it&apos;s not quite doing what we want it to do:&lt;br&gt;
&lt;br&gt;
I want to take information from two or three tables (the information&apos;s all linked together), then print a summary of the day&apos;s activity (one of the fields in one of my tables is a value for the date).&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------------------&lt;br&gt;
Can I set up a form so that all my coworkers have to do is click &quot;create report&quot;, then it&apos;ll give them another form with a calendar to click on, maybe a drop down box of another variable or two, click &quot;create&quot;, and a report come out that I can print/save/distribute?&lt;br&gt;
&lt;br&gt;
(Apologies if this is basic-- my google-fu has failed me, and I think it&apos;s because I&apos;m not phrasing any of this correctly-- this strikes me as something that should be relatively easy to set up, though probably time consuming)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139679</guid>
	<pubDate>Thu, 03 Dec 2009 06:26:47 -0800</pubDate>
	<category>access</category>
	<category>creation</category>
	<category>database</category>
	<category>form</category>
	<category>report</category>
	<dc:creator>Seeba</dc:creator>
	</item>
	<item>
	<title>How do I pass form data between pages and have it email me the results?</title>
	<link>http://ask.metafilter.com/139469/How%2Ddo%2DI%2Dpass%2Dform%2Ddata%2Dbetween%2Dpages%2Dand%2Dhave%2Dit%2Demail%2Dme%2Dthe%2Dresults</link>	
	<description>Help me learn to code a form that passes multiple fields across several pages and ultimately emails me the results. For purposes of this question, lets say I have a website with three pages.&lt;br&gt;
&lt;br&gt;
* Page 1 has a form with a drop-down to select what industry someone is in.&lt;br&gt;
&lt;br&gt;
* Page 2 should list the selection that was made on page one, and possibly change some of the other form fields on the page as a result of what was selected on page one&lt;br&gt;
&lt;br&gt;
* Page 3 summarizes all of the selections that were made and requests the submitters email address.  Upon submission, all of the data is emailed in a cleanly formatted text email to sales@mydomain.com with the from address also being sales@mydomain.com.  Mydomain.com is the site where this form will be located.  Additionally, I would like to pass through the referrer string from Page 1 so I can see where the lead came from (for example, if they came from google this would give me the keyword and other data).&lt;br&gt;
&lt;br&gt;
Right now I have a simple one-page form on my site and I use the free service from a site called emailmeform.com to email the form to me but there MUST be a way to just have it handled all from my site and not need a third party.&lt;br&gt;
&lt;br&gt;
I know a decent amount of HTML/CSS to the point where I can code a nicely designed site and I&apos;m just getting started with PHP.  I&apos;d say I know enough to do includes and have some sense of what is going on in the code with limited ability to hack it but I don&apos;t yet have an understanding of how to implement global GET and POST commands (which I have a hunch is what is involved in passing the data between pages according to the initial research I&apos;ve done).&lt;br&gt;
&lt;br&gt;
I&apos;m eager to learn the required coding skills to be able to do this myself but I&apos;m not quite sure where to start as there are several components to this I&apos;ve identified.  I would appreciate suggestions, links, guides, tutorials, and anything else that can help me figure out:&lt;br&gt;
&lt;br&gt;
1. How to properly build the form so I can pass form field inputs between several pages during a session&lt;br&gt;
&lt;br&gt;
2. How to properly capture the referrer string when the user submits the form on the first page to move on to the next step (I assume this would then be stored as a hidden field input)&lt;br&gt;
&lt;br&gt;
3. How to simply set things up so I can manage the emailing of all this form data on my own.  I&apos;ve seen various PHP scripts out there that claim to do this but they are a bit intimidating as I&apos;m not quite sure what is involved in making this work.  Ie. could I set it to send from any email address I want or does it have to be from the same domain as the site is hosted on and do I need to do anything to email settings with the site, etc.  Right now these scripts are essentially a black box to me and I want a better understanding of how they function&lt;br&gt;
&lt;br&gt;
I figured the best approach after getting answers here would be to build a simple bare bones test site with this functionality and then try to implement it on my live site so I look forward to your answers and I am happy to clarify any of this further.  Please note, I am not looking for you to code this for me...I honestly want to learn how to do everything that is involved in this as I am very much a &quot;teach me to fish&quot; type of person and while I don&apos;t know a ton of PHP yet, I tend to pick up fairly quickly on how to code specific things and hack snippets together even if I don&apos;t know a ton about the language.&lt;br&gt;
&lt;br&gt;
Also, my preference for this is to keep it doable while utilizing XAMPP so that means PHP (MySQL if necessary) and CSS/html.  Thanks AskMeFi!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139469</guid>
	<pubDate>Mon, 30 Nov 2009 23:06:52 -0800</pubDate>
	<category>coding</category>
	<category>form</category>
	<category>php</category>
	<dc:creator>Elminster24</dc:creator>
	</item>
	<item>
	<title>Innovative Book Designs</title>
	<link>http://ask.metafilter.com/136961/Innovative%2DBook%2DDesigns</link>	
	<description>Innovative Books: I am looking to compile a list of the most innovative uses of the book format. Books that break the mould in their layout and design, perhaps books that use online systems to extend their content value or push their form into new places. I am most interested in narrative and theory, but any book that is interesting (artist books etc.) would be really appreciated. I have a few examples, in order of publication, to set the ball rolling:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.flickr.com/photos/22309082@N07/sets/72157603922400928/&quot;&gt;Compendium for literates : a system of writing&lt;/a&gt; by Karl Gerstner - A book about book form in an innovative form. Beautiful and still fresh&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.co.uk/gp/product/067972754X?tag=thetotlib-21&quot;&gt;Dictionary of the Khazars: a lexicon novel in 100,000 words&lt;/a&gt; by Pavic - a &apos;dictionary novel&apos; &quot;written in two versions, male and female, which are identical save for seventeen crucial lines&quot;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.co.uk/gp/product/0500285519?tag=thetotlib-21&quot;&gt;A Humument: A Treated Victorian Novel&lt;/a&gt; by Tom Philips - an artist who has used one particular edition of one particular book as a space for his work for many years&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.amazon.co.uk/gp/product/1594202176?tag=thetotlib-21&quot;&gt;The Selected Works of T. S. Spivet&lt;/a&gt; by Reif Larson - extended use of footnote, side-note and illustration to give the narrative dimension&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I would love any ideas you have!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136961</guid>
	<pubDate>Sun, 01 Nov 2009 04:37:46 -0800</pubDate>
	<category>art</category>
	<category>authorship</category>
	<category>books</category>
	<category>content</category>
	<category>form</category>
	<category>ideas</category>
	<category>innovation</category>
	<category>literature</category>
	<category>mimesis</category>
	<category>narrative</category>
	<category>print</category>
	<category>publishing</category>
	<category>text</category>
	<category>theory</category>
	<category>writing</category>
	<dc:creator>0bvious</dc:creator>
	</item>
	<item>
	<title>Using Base &amp;amp; numbering</title>
	<link>http://ask.metafilter.com/136085/Using%2DBase%2Dand%2Dnumbering</link>	
	<description>Auto-generated numbers using Open Office base. Can it pick up where I left off? Hi there. I&apos;m trying to create a simple database for storing purchase orders. Right now everything is done in Excel and information has to be re-input in 4 different spreadsheets. So I am attempting to build something I can use.&lt;br&gt;
&lt;br&gt;
Currently we&apos;re up to PO number 1525. Ideally I&apos;d like to have Base start with order number 1526 &amp;amp; keep going from there. Is that possible? And I&apos;d like that PO number to be the primary key to avoid dupes. Is that also possible? I&apos;ve looked high and low and can&apos;t get it to auto-generate without getting errors when adding a new record.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.136085</guid>
	<pubDate>Wed, 21 Oct 2009 16:10:29 -0800</pubDate>
	<category>Base</category>
	<category>database</category>
	<category>design</category>
	<category>form</category>
	<category>numbering</category>
	<category>openoffice</category>
	<category>order</category>
	<category>orders</category>
	<category>resolved</category>
	<category>table</category>
	<dc:creator>Salmonberry</dc:creator>
	</item>
	<item>
	<title>You&apos;ve GOT the see this movie!</title>
	<link>http://ask.metafilter.com/130782/Youve%2DGOT%2Dthe%2Dsee%2Dthis%2Dmovie</link>	
	<description>Is there an web app via which people can recommend things (movies, music, books, etc.) to me? I feel a bit stupid asking this, because something this obvious must exist, and I should know about it. But I don&apos;t.&lt;br&gt;
&lt;br&gt;
What I want is this:&lt;br&gt;
&lt;br&gt;
A friend of mine goes to (say) recommend.to/grumblebee. He fills out a simple form indicating that he thinks I&apos;d like a book called &quot;The Great Gatsby&quot; by F. Scott Fitzgerald. If he wants, he can write why thinks I&apos;d like it, and he can (optionally) post a link to the book on Amazon.&lt;br&gt;
&lt;br&gt;
I can check the page for recommendations, or I can opt to get an email whenever anyone recommends things to me.&lt;br&gt;
&lt;br&gt;
IMPORTANT: I would like a low-bar-of-entry. I don&apos;t want friends of mine to have to sign up. They just go to the page, fill out the form, press POST, and they&apos;re done.&lt;br&gt;
&lt;br&gt;
Also, I don&apos;t want this to be part of a social-networking site. Not everyone is on Facebook (really!). &lt;br&gt;
&lt;br&gt;
I want this, because lovely people are always recommending things to me. They make these recommendations through a bewildering number of channels: email, Facebook, Twitter, IM... Inevitably, I lose track of them and can&apos;t find them when I need them.&lt;br&gt;
&lt;br&gt;
I&apos;d like to &quot;train&quot; my friends to shoot stuff to recommend.to/grumblebee. If it&apos;s something they have to join, many of them will not do it. But if it&apos;s a simple form, it shouldn&apos;t be a problem.&lt;br&gt;
&lt;br&gt;
Basically, it would be like a delicious page for me -- but one created by friends of mine.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130782</guid>
	<pubDate>Fri, 21 Aug 2009 09:05:06 -0800</pubDate>
	<category>app</category>
	<category>form</category>
	<category>friends</category>
	<category>online</category>
	<category>recommend</category>
	<category>recommendations</category>
	<category>web</category>
	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>How do I create a &quot;fill in form&quot; on Adobe?</title>
	<link>http://ask.metafilter.com/130489/How%2Ddo%2DI%2Dcreate%2Da%2Dfill%2Din%2Dform%2Don%2DAdobe</link>	
	<description>How do I create a &quot;fill in form&quot; on Adobe with text boxes and check boxes? &lt;strong&gt;I have a pdf that I am trying to modify so that the user can tab through and fill in the form.  I can&apos;t figure it out.  I want to be able to not only fill in text boxes...but a check box feature as well.  Any ideas?  I&apos;m using Acrobat 6.0&lt;/strong&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130489</guid>
	<pubDate>Tue, 18 Aug 2009 07:53:05 -0800</pubDate>
	<category>adobe</category>
	<category>form</category>
	<category>pdf</category>
	<dc:creator>genniangel0</dc:creator>
	</item>
	<item>
	<title>Income Tax Question </title>
	<link>http://ask.metafilter.com/130192/Income%2DTax%2DQuestion</link>	
	<description>We live in the state of Alabama. My son is 18 and a full time college student. He is starting a part time job to help with school. He will be making minimum wage and will work 20 or so hours per week. We are filling out his paperwork and came across the &quot;Alabama Dept. of Revenue Employee&apos;s Withholding Exemption Certificate&quot; 

http://www.ador.state.al.us/Withholding/FA4(01_07).pdf

Would this apply to my son or do we leave it blank?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130192</guid>
	<pubDate>Fri, 14 Aug 2009 14:43:46 -0800</pubDate>
	<category>A-4</category>
	<category>Alabama</category>
	<category>Employee&apos;s</category>
	<category>Exemption</category>
	<category>Form</category>
	<category>question</category>
	<category>Tax</category>
	<category>Withholding</category>
	<dc:creator>Kam1761</dc:creator>
	</item>
	<item>
	<title>Please help me set up some Access forms.</title>
	<link>http://ask.metafilter.com/129379/Please%2Dhelp%2Dme%2Dset%2Dup%2Dsome%2DAccess%2Dforms</link>	
	<description>I have two questions about setting up MS Access forms:
1) Currently, I have a form to enter the volunteer id, shift start time and shift stop time, but the client doesn&apos;t want to have to look up the id in a report. Is there a way to create a selection list from the volunteer&apos;s names? What other options are there?
2) On the &quot;add/edit a volunteer&quot; form, I&apos;d like to be able to choose tasks from a selection list. The tasks table has id and name. The &quot;tasks of volunteers&quot; join table has volunteer id and task id. How do I set this up? I can&apos;t seem to get the right combination of configurations. Additional information:&lt;br&gt;
1) The shifts table only has those three fields, and I don&apos;t want to make the volunteer&apos;s name a primary key.&lt;br&gt;
2) I don&apos;t want to resort to adding the booleans TaskSort, TaskPrep, ..., to the volunteers table, since that&apos;s not how databases are supposed to be set up. When I try to use a select query, I get &quot;SELECT ...&quot; as one of my options.&lt;br&gt;
&lt;br&gt;
* It&apos;s Access version 2003.&lt;br&gt;
* I&apos;m just using standard forms (ie. not &quot;Pages&quot;).&lt;br&gt;
* I&apos;m pretty sure I&apos;ve created the tables in a &quot;best practices&quot; way, but since I&apos;m creating this database from scratch, I can create anything however I want.&lt;br&gt;
* I think I know about database theory pretty well, and that&apos;s not what this question is about.&lt;br&gt;
* But, I&apos;m new to Access, so it&apos;s likely I&apos;m missing something easy. &lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129379</guid>
	<pubDate>Wed, 05 Aug 2009 13:41:34 -0800</pubDate>
	<category>Access</category>
	<category>database</category>
	<category>form</category>
	<category>forms</category>
	<category>resolved</category>
	<dc:creator>philomathoholic</dc:creator>
	</item>
	<item>
	<title>How do I create an online poll which users can permanently add to?</title>
	<link>http://ask.metafilter.com/123901/How%2Ddo%2DI%2Dcreate%2Dan%2Donline%2Dpoll%2Dwhich%2Dusers%2Dcan%2Dpermanently%2Dadd%2Dto</link>	
	<description>How can I create an online HTML form poll, preferably for free, wherein the list of multiple choices can grow when users decide to add to the list of choices? Many poll creators allow for the creation of multiple choice polls that give the viewer the option of selecting &quot;other&quot; with a text field for comments.  However, usually this entry does not then become visible to viewers who visit thereafter.&lt;br&gt;
&lt;br&gt;
I want my list of choices to be able to grow.  If a user sees an existing choice that he likes, he can add his vote to that one, but if he doesn&apos;t see an existing choice I would like him to be able to add that choice permanently to the list.  Any user who visits afterward will see his choice in the list and be able to vote for it.&lt;br&gt;
&lt;br&gt;
I also would love for this poll to be clean, ad-free, and preferably embeddable into a blog or personal site.  Does anything like this exist?  Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123901</guid>
	<pubDate>Thu, 04 Jun 2009 13:41:10 -0800</pubDate>
	<category>blog</category>
	<category>blogs</category>
	<category>collective</category>
	<category>embed</category>
	<category>form</category>
	<category>html</category>
	<category>open</category>
	<category>opensource</category>
	<category>poll</category>
	<category>polls</category>
	<category>survey</category>
	<category>surveys</category>
	<category>vote</category>
	<dc:creator>kmccormi</dc:creator>
	</item>
	<item>
	<title>How to Print the Interactive Fields in an Interactive Form</title>
	<link>http://ask.metafilter.com/121319/How%2Dto%2DPrint%2Dthe%2DInteractive%2DFields%2Din%2Dan%2DInteractive%2DForm</link>	
	<description>How do I get this fillable form PDF to print the information in the interactive fields. If I click &quot;highlight fields&quot; the information is there, but when I print it&apos;s gone.
I&apos;m working in Acrobat 7.0. The form was created by someone else (I don&apos;t know what she was working in).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121319</guid>
	<pubDate>Tue, 05 May 2009 10:55:26 -0800</pubDate>
	<category>Adobe</category>
	<category>Form</category>
	<category>Interactive</category>
	<category>PDF</category>
	<dc:creator>kristymcj</dc:creator>
	</item>
	<item>
	<title>Art, design, technology</title>
	<link>http://ask.metafilter.com/120469/Art%2Ddesign%2Dtechnology</link>	
	<description>Please recommend some sites to me that are focused on art and design and are technology-friendly to boot. Hello,&lt;br&gt;
&lt;br&gt;
I am looking for sites (blogs or online magazines or similar) which have design and/or art as their focus, but which are tech-friendly in those areas and where it wouldn&apos;t be surprising to read about an unusual or well-designed UI along with good industrial design examples or art installations.  Which are your favorites?  Disclosure: I&apos;m asking a) because I adore that kind of site and always want to find more, and b) because I think there is a possibility that sites with that focus might be interested in a project of mine.&lt;br&gt;
&lt;br&gt;
Thank you very much!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120469</guid>
	<pubDate>Sat, 25 Apr 2009 03:23:01 -0800</pubDate>
	<category>art</category>
	<category>beauty</category>
	<category>design</category>
	<category>form</category>
	<category>function</category>
	<category>industrial</category>
	<category>interface</category>
	<category>resolved</category>
	<category>technology</category>
	<dc:creator>Your Time Machine Sucks</dc:creator>
	</item>
	<item>
	<title>Wordpress Plugins / Addons: Looking for Product viewer (non ecommerce) module + contact form.</title>
	<link>http://ask.metafilter.com/118931/Wordpress%2DPlugins%2DAddons%2DLooking%2Dfor%2DProduct%2Dviewer%2Dnon%2Decommerce%2Dmodule%2Dcontact%2Dform</link>	
	<description>Wordpress Plugins / Addons: Looking for Product viewer (non ecommerce) module + contact form. A friend wants a site, wants to showcase products like on ecommerce sites but without the payment terminal. Just showing the product information.&lt;br&gt;
&lt;br&gt;
Is their a plugin for Wordpres that will allow this.&lt;br&gt;
&lt;br&gt;
Show products in a category&lt;br&gt;
Upload product picture (auto thumbnail + normal image)&lt;br&gt;
Contact us form</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118931</guid>
	<pubDate>Wed, 08 Apr 2009 04:52:30 -0800</pubDate>
	<category>addon</category>
	<category>contact</category>
	<category>ecommerce</category>
	<category>form</category>
	<category>products</category>
	<category>wordpress</category>
	<category>wp</category>
	<dc:creator>spinko</dc:creator>
	</item>
	<item>
	<title>Need an instant quote web form that instantly calculates quotes!</title>
	<link>http://ask.metafilter.com/118356/Need%2Dan%2Dinstant%2Dquote%2Dweb%2Dform%2Dthat%2Dinstantly%2Dcalculates%2Dquotes</link>	
	<description>Does anyone know of a php script that can be used to easily generate a web form, and that can have a &quot;calculation&quot; box at the bottom, that will calculate a cost based on the previous response fields? I&apos;m looking to have a quote form on my site that can instantly give visitors a quote for my services!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118356</guid>
	<pubDate>Wed, 01 Apr 2009 12:01:56 -0800</pubDate>
	<category>calculation</category>
	<category>form</category>
	<category>php</category>
	<category>script</category>
	<dc:creator>thewibbler</dc:creator>
	</item>
	<item>
	<title>Send a templated email from a website where the template is hosted elsewhere?</title>
	<link>http://ask.metafilter.com/118344/Send%2Da%2Dtemplated%2Demail%2Dfrom%2Da%2Dwebsite%2Dwhere%2Dthe%2Dtemplate%2Dis%2Dhosted%2Delsewhere</link>	
	<description>Send a templated email from a website where the template is hosted elsewhere? I want to setup a website that hosts a templated email form that someone can fill out their name and their friend&apos;s email address and it will send the templated email to their friend and fill in the variable of their name so the friend knows who sent it. Standard stuff, I think.&lt;br&gt;
&lt;br&gt;
However, I would like to put the actual form itself on a completely different website because on this different website I will have much less access and can only post HTML, CSS, Javascript, etc. and not actually store a template or anything like that.&lt;br&gt;
&lt;br&gt;
Is there an easy way to do this? Everything I&apos;ve seen so far would require both the form and the templated data to be in the same place.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.118344</guid>
	<pubDate>Wed, 01 Apr 2009 10:44:55 -0800</pubDate>
	<category>email</category>
	<category>form</category>
	<category>template</category>
	<category>website</category>
	<dc:creator>doomtop</dc:creator>
	</item>
	<item>
	<title>Dealing with nested floats in CSS?</title>
	<link>http://ask.metafilter.com/109629/Dealing%2Dwith%2Dnested%2Dfloats%2Din%2DCSS</link>	
	<description>Care to help a CSS newbie with float-related positioning issues? I&apos;m trying to add a form to my &lt;a href=&quot;http://www.big6.com/2000/12/10/form-test/&quot;&gt;WordPress site&lt;/a&gt; via the &lt;a href=&quot;http://wordpress.org/extend/plugins/formbuilder/&quot;&gt;FormBuilder&lt;/a&gt; plugin, but the form jumps below the two floated sidebars rather than directly after the post text. FWIW, I&apos;m using the &lt;a href=&quot;http://cordobo.com/free-wordpress-templates/cordobo-green-park/&quot;&gt;Cordobo Green Park&lt;/a&gt; theme.&lt;br&gt;
&lt;br&gt;
I&apos;ve got FireBug installed and I&apos;ve been attempting to determine what indeed is going on, but this problem exceeds my meager CSS skills.&lt;br&gt;
&lt;br&gt;
I&apos;m pretty sure that the &apos;clear:both&apos; property is in here when it shouldn&apos;t be, but the form elements are floated-left, and I haven&apos;t found the proper combination&lt;br&gt;
&lt;br&gt;
When I emailed the author of the FormBuilder plugin, I received this response:&lt;br&gt;
&lt;br&gt;
&quot;I&apos;ve been looking at your site, and it seems to be related to a lot of quirkiness with your template system.  The clear tags seem to be interfering with the display of the sidebars and affecting the content.&lt;br&gt;
&lt;br&gt;
I tried messing around a bit with the CSS in firebug but wasn&apos;t able to get it to look quite right.&lt;br&gt;
&lt;br&gt;
I suspect it might work better if you were able to put the comments div inside the entry div.  Not sure though, just a thought.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109629</guid>
	<pubDate>Fri, 19 Dec 2008 12:08:36 -0800</pubDate>
	<category>clear</category>
	<category>css</category>
	<category>form</category>
	<category>theme</category>
	<category>web</category>
	<category>wordpress</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>Good guide to investment taxation.</title>
	<link>http://ask.metafilter.com/106485/Good%2Dguide%2Dto%2Dinvestment%2Dtaxation</link>	
	<description>Taxfilter:  I am looking for a nice guide to US taxes that strikes a balance between &apos;Your First Tax&apos; and &apos;US Section 52612.3524.23p.&apos;  I am particularly interested in investment taxation -- both the rules, procedures and suggested strategies.  Though if someone can answer a specific question -- what California form is the equivalent of IRS form 1045 -- that would be handy too. I have looked at &quot;Investment taxation : practical tax strategies for financial instruments&#xa0;&quot; and it&apos;s quite interesting.  Yes ... believe it or not, I think taxes are interesting.  Any other resources that are deep, cover exotic strategies, but are instructive and not just a hardcover-bound version of the legal code?  And I am somewhat interested in the mechanics of filing: again, I&apos;m reasonably competent at math so hand-holding is not required, but pointers to correct forms, correct lines (ie, classification) to record a gain/loss on, etc would be nice. &lt;br&gt;
&lt;br&gt;
My specific question that inspired this, and that I would love to get answered as well, is the following: I am likely to have sufficient section 1256 loss this year to be able to carry it back against last year&apos;s gains.  What California form would I need to file to get this to happen?  IRS Form 1045 is the federal version, but the state one isn&apos;t obvious.  I understand that filing a revised tax return may be an option ... but ewww.  &lt;br&gt;
&lt;br&gt;
The broader question is that I can&apos;t be the first one to encounter this question, yet the internet seems to have no mention of it.  So I suspect there&apos;s a nice dead-tree book somewhere for me.  After all, any accountant worth his salt knows this, and she had to learn somewhere!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106485</guid>
	<pubDate>Mon, 10 Nov 2008 18:54:25 -0800</pubDate>
	<category>1256</category>
	<category>california</category>
	<category>form</category>
	<category>taxes</category>
	<dc:creator>bsdfish</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t a PDF&apos;s form fields print?</title>
	<link>http://ask.metafilter.com/104194/Why%2Dwont%2Da%2DPDFs%2Dform%2Dfields%2Dprint</link>	
	<description>I have a PDF form that I modified from an existing PDF form, adding a new page and a few new fields. The new fields I added are visible on the screen but not visible when I print the form.

Other parts of the form work fine, it is only 4 text fields I added. Other checkboxes work and show up fine.

I am fairly inexperienced with editing PDFs and using LiveCycle Designer (I have version 7) and can&apos;t figure out what the heck I&apos;m missing and I can&apos;t extract anything from the help guide.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104194</guid>
	<pubDate>Tue, 14 Oct 2008 06:22:49 -0800</pubDate>
	<category>acrobat</category>
	<category>adobe</category>
	<category>form</category>
	<category>pdf</category>
	<dc:creator>Ikazuchi</dc:creator>
	</item>
	<item>
	<title>You fill out a form, then see where everyone else is from who also filled out the form.</title>
	<link>http://ask.metafilter.com/101169/You%2Dfill%2Dout%2Da%2Dform%2Dthen%2Dsee%2Dwhere%2Deveryone%2Delse%2Dis%2Dfrom%2Dwho%2Dalso%2Dfilled%2Dout%2Dthe%2Dform</link>	
	<description>Is there a WordPress plugin that will let me make forms for people to fill in, and then dump the results to the database instead of emailing the results to me? I want reports with Google Charts (specifically the US and World maps). There are at least a dozen different survey/questionnaire/poll/form plugins, but nearly all of them merely email submissions to a given address.&lt;br&gt;
&lt;br&gt;
I want to be able to maintain real-time statistics about who has filled out a form so that I can tie it to the &lt;a href=&quot;http://code.google.com/apis/chart/#maps&quot;&gt;APIs from Google Chart&lt;/a&gt; and produce maps for my site.  Ideally once I set this up, it should run without any interaction from me. (No exporting data to create a report manually). I&apos;m not worried about spoofing for now.&lt;br&gt;
&lt;br&gt;
So far I&apos;ve only found two contenders:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.surveygizmo.com/&quot;&gt;Surveygizmo&lt;/a&gt;, which is close but doesn&apos;t seem to support the mapping report that I&apos;m interested in.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://plugins.starkware.net/?p=10&quot;&gt;SurveyFly&lt;/a&gt;, which hasn&apos;t been updated to support recent versions of WordPress.&lt;br&gt;
&lt;br&gt;
Is there something out there that I&apos;m missing?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101169</guid>
	<pubDate>Mon, 08 Sep 2008 08:08:24 -0800</pubDate>
	<category>database</category>
	<category>exam</category>
	<category>form</category>
	<category>map</category>
	<category>plugin</category>
	<category>poll</category>
	<category>reports</category>
	<category>survey</category>
	<category>test</category>
	<category>wordpress</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>One form to rule them all...</title>
	<link>http://ask.metafilter.com/90297/One%2Dform%2Dto%2Drule%2Dthem%2Dall</link>	
	<description>Creating a &lt;strong&gt;form template&lt;/strong&gt; for colleagues to use at work that needs to meet the following criteria:

1.  Allow text fields and drop-down selection boxes.
2.  Allow users to add additional text in should they see fit (i.e. doesn&apos;t disallow all input outside of form fields).
3.  Will allow rows (the form will be arranged like a table) to be duplicated/copied &amp;amp; pasted, including the form fields contained within those rows.
4.  Is formatted nicely enough to be passed along to a client and read clearly.
5.  Is openable/usable by your average user who doesn&apos;t have access to super expensive/specialized software. What program/functions should I be using to create such a document?  &lt;br&gt;
&lt;br&gt;
I tried Word 2003, but it seems that using form fields requires you to &quot;lock&quot; the document, allowing no editing after the form structure is saved as a template.  I had some success with Word 2007 (and its updated form functions), but everyone else in my office uses Office 2003, and even Microsoft&apos;s fix that supposedly allows 2003 users to open/edit/save 2007 files still won&apos;t allow for opening of DOTX (Word 2007 template) files.  Acrobat seems out of the question because PDFs also only allow editing/input within form fields.  &lt;br&gt;
&lt;br&gt;
Is there something I&apos;m missing in Word 2003 that would make it work for me?  Other options?  Help, please.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90297</guid>
	<pubDate>Thu, 01 May 2008 11:57:21 -0800</pubDate>
	<category>document</category>
	<category>editable</category>
	<category>form</category>
	<category>office</category>
	<category>software</category>
	<category>word</category>
	<dc:creator>freudenschade</dc:creator>
	</item>
	<item>
	<title>I&apos;ve stopped my web form spam.  What am I missing?</title>
	<link>http://ask.metafilter.com/87813/Ive%2Dstopped%2Dmy%2Dweb%2Dform%2Dspam%2DWhat%2Dam%2DI%2Dmissing</link>	
	<description>I seem to have stopped form spammers from cluttering a business inbox.  Have I set myself up for some more mysterious problem down the road? The website for my wife&apos;s dog training business has some &quot;contact us&quot; and &quot;schedule an appointment&quot; forms, which send email through the venerable &lt;a href=&quot;http://web.mit.edu/wwwdev/cgiemail/&quot;&gt;cgiemail&lt;/a&gt;. Shortly after we added these sometime last fall, spammers began sending messages by POSTing directly to the emailer.  I was able to stop these robots by changing the name of a required field on the form.  After half a dozen name changes over six months or so, we finally got found by a robot smart enough to check the form first, began getting fifty or sixty junk messages a day.&lt;br&gt;
&lt;br&gt;
The standard approach to this problem seems to be the addition of a &quot;captcha.&quot; I decided against a captcha for three reasons:&lt;ol&gt;&lt;li&gt; I&apos;d have to change my backend to something that can validate a captcha.  This probably isn&apos;t much of a hurdle.&lt;/li&gt;&lt;li&gt; I&apos;d have to trust the new backend. This takes a little thought, depending on how much of it I would have to write.&lt;/li&gt;&lt;li&gt; Some potential customers might, like me, dislike squinting at captchas. We don&apos;t want to lose their business.&lt;/li&gt;&lt;/ol&gt;I think the third of these is a different goal than most people have. I don&apos;t want &quot;no spam ever&quot; or &quot;fanciest web doohickey ever&quot;; I want &quot;no missed messages&quot; and &quot;minimum work.&quot; An &lt;i&gt;occasional&lt;/i&gt; bit of junk doesn&apos;t pose a problem; the problem arises when there&apos;s enough junk to make my wife overlook the handful of legitimate messages. So before the final required field, I included the output of &lt;blockquote&gt;   echo &quot;&amp;lt;!--&quot;&lt;br&gt;
    head -c$((128*1024)) /dev/urandom | uuencode - | tr &quot;&amp;lt;&amp;gt;&quot; &quot;  &quot;&lt;br&gt;
    echo &quot;--&amp;amp;gt&quot;&lt;/blockquote&gt;a few times. Now the HTML making up the form is about 700 kb long. This makes viewing the form &lt;i&gt;once&lt;/i&gt; no more painful than viewing a graphics-heavy page, but my fifty-a-day form spammer has decided I&apos;m not worth a 30 Mb download and gone away. Success! Now: how could someone break this?&lt;br&gt;
&lt;br&gt;
Obviously, sending extra junk counts towards our bandwidth limit.  But our limit right now is generous enough that getting close to the limit would take a distributed effort; I think we&apos;re a sufficiently low-value target that this is unlikely. The same logic makes me not too worried about loading the server --- the loop waits for the output to go out the network before making more. I&apos;m not parsing any input.  I can&apos;t think of any other server-side problems.&lt;br&gt;
&lt;br&gt;
So, hive mind: what problems should I expect on the client side? Now that so many people have broadband, do I need to worry about sending a 700k HTML comment? Are there browsers that won&apos;t display the top of the form (where you type things) while the bottom loads? This trick does what I want very effectively --- what does it also do that I don&apos;t want?&lt;br&gt;
&lt;br&gt;
(there&apos;s a link in my profile if you want to see the real deal)&lt;/&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87813</guid>
	<pubDate>Thu, 03 Apr 2008 13:23:50 -0800</pubDate>
	<category>captcha</category>
	<category>fight</category>
	<category>form</category>
	<category>html</category>
	<category>spam</category>
	<category>usability</category>
	<dc:creator>fantabulous timewaster</dc:creator>
	</item>
	<item>
	<title>Examples of Mise en Abyme (in form)</title>
	<link>http://ask.metafilter.com/87666/Examples%2Dof%2DMise%2Den%2DAbyme%2Din%2Dform</link>	
	<description>Recursion filter: I recently came across the phrase &apos;&lt;a href=&quot;http://en.wikipedia.org/wiki/Mise_en_abyme&quot;&gt;Mise en Abyme&lt;/a&gt;&apos; and have become fascinated by recursion in literature, language and film. What writings have used these themes in their &lt;em&gt;form&lt;/em&gt; to address the questions they posed? The idea of presenting the form of a text/film/critique so that it exemplifies the question posed fascinates me (so for instance, if I asked  &apos;what is recursion?&apos; and my essay contained a footnote which refered back to the text which then refered back to the footnote, then in some simple sense I have a form of &lt;a href=&quot;http://ask.metafilter.com/87666&quot;&gt;recursion&lt;/a&gt; in my essay).&lt;br&gt;
&lt;br&gt;
What writers, film-makers etc. have integrated aspects of &lt;a href=&quot;http://en.wikipedia.org/wiki/Mise_en_abyme&quot;&gt;Mise en Abyme&lt;/a&gt; into their work in this exemplary manner? (I am more interested in non-fiction pieces, but realise that a lot of fiction out there which has used this technique are formally very unique.)&lt;br&gt;
&lt;br&gt;
I have a copy of &lt;a href=&quot;http://en.wikipedia.org/wiki/G%C3%B6del%2C_Escher%2C_Bach&quot;&gt;G&#xf6;del, Escher, Bach&lt;/a&gt; sitting on my bookshelf, staring at me. I am also well versed in the works of Foucault, Barthes and Derrida.&lt;br&gt;
&lt;br&gt;
Thanks for reading</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87666</guid>
	<pubDate>Wed, 02 Apr 2008 06:57:37 -0800</pubDate>
	<category>art</category>
	<category>books</category>
	<category>consciousness</category>
	<category>film</category>
	<category>form</category>
	<category>infinity</category>
	<category>language</category>
	<category>literature</category>
	<category>miseenabyme</category>
	<category>mise-en-abyme</category>
	<category>perception</category>
	<category>recursion</category>
	<category>theory</category>
	<dc:creator>0bvious</dc:creator>
	</item>
	<item>
	<title>Site that will help me, um, cite.... (ugh, I&apos;ve got nothin&apos;)</title>
	<link>http://ask.metafilter.com/86030/Site%2Dthat%2Dwill%2Dhelp%2Dme%2Dum%2Dcite%2Dugh%2DIve%2Dgot%2Dnothin</link>	
	<description>&lt;b&gt;[Attention-Citation-Officers-Filter]&lt;/b&gt;:  I am clueless as to the proper way of citing financial documents in the course of my writing.  The Chicago Manual of Style has left me high and dry.  Hope me! I&apos;m having difficulty finding out how to accurately cite financial documents.  Specifically, &lt;b&gt;I need to cite information from a non-profit organization&apos;s 990 form&lt;/b&gt;.  I am citing several figures from this tax document.  I&apos;ve searched various terms, such as &lt;i&gt;citation&lt;/i&gt;+&lt;i&gt;financial&lt;/i&gt;+&lt;i&gt;report&lt;/i&gt;+&lt;i&gt;document&lt;/i&gt;+&lt;i&gt;writing&lt;/i&gt; etc., with every coupling and configuration in between.  No. Dice.&lt;br&gt;
&lt;br&gt;
So, my multifaceted question:&lt;br&gt;
&lt;br&gt;
Is there a cut-and-dried template of citing data from a tax document in expository writing?  For both note and bibliographical references?  In a way that is consistent with (or at least acceptable by) the Chicago Manual of Style?  Are there any websites dedicated to illustrating this type of citation?  If so, which ones?&lt;br&gt;
&lt;br&gt;
Also, WHERE CAN I FIND AN EXAMPLE, PLZ.&lt;br&gt;
&lt;br&gt;
&lt;small&gt;All suggestions welcome.  Seriously.  This is driving me &lt;i&gt;nuts&lt;/i&gt;.&lt;/small&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86030</guid>
	<pubDate>Thu, 13 Mar 2008 07:02:04 -0800</pubDate>
	<category>990</category>
	<category>bibliography</category>
	<category>chicagomanual</category>
	<category>citation</category>
	<category>data</category>
	<category>economic</category>
	<category>editing</category>
	<category>financial</category>
	<category>footnotes</category>
	<category>form</category>
	<category>impossibledream</category>
	<category>IRS990</category>
	<category>reference</category>
	<category>reports</category>
	<dc:creator>numinous</dc:creator>
	</item>
	<item>
	<title>Validating data on a pledge form</title>
	<link>http://ask.metafilter.com/86023/Validating%2Ddata%2Don%2Da%2Dpledge%2Dform</link>	
	<description>Javascriptfilter: Building an online donation form, and need some hand-holding. Our non-profit is gearing up for membership drive, and we want to add &quot;thank you gifts&quot; (a la PBS) to our contribution page. The contribution page already exists and works; people type in the amount they want to give into a text field, with suggested giving levels out to the side.&lt;br&gt;
&lt;br&gt;
But we want to add a list of &quot;premiums&quot; - DVDs, books, etc - that are only available at certain giving levels. So if you give $250, you get your choice of the DVD, book #1 or book #2; if you give $120, you can only choose between the two books.&lt;br&gt;
&lt;br&gt;
We want all of the items to be displayed (so that people can see what they&apos;d get if they upped their gift), but need some kind of validation logic that sends them back to the form with an error message if they choose a gift that is above their giving level.&lt;br&gt;
&lt;br&gt;
Can you help with this? I&apos;m guessing Javascript/Ajax is the answer, but my skills in the former are weak and in the latter are nil.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86023</guid>
	<pubDate>Thu, 13 Mar 2008 04:53:43 -0800</pubDate>
	<category>form</category>
	<category>javascript</category>
	<category>validation</category>
	<dc:creator>jbickers</dc:creator>
	</item>
	<item>
	<title>WP image submit with captcha?</title>
	<link>http://ask.metafilter.com/85390/WP%2Dimage%2Dsubmit%2Dwith%2Dcaptcha</link>	
	<description>Kinda strange Wordpress plugin request: We&apos;re looking for a contact form with image submission that also employs a captcha or similar form of validation. Our blog allows folks to submit images for &apos;critiquing.&apos; Lately the spambot freakazoids have found us and the erectile dysfunction ads are now rife. Hourly. Ugh.&lt;br&gt;
&lt;br&gt;
We&apos;ve posted to WordPress forums but no one seems to know of a plugin that allows for image submissions and includes a captcha process.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.85390</guid>
	<pubDate>Wed, 05 Mar 2008 11:15:24 -0800</pubDate>
	<category>captcha</category>
	<category>form</category>
	<category>image</category>
	<category>spam</category>
	<category>submission</category>
	<dc:creator>zenpop</dc:creator>
	</item>
	
	</channel>
</rss>

