<?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>Comments on: Creating SMS Fill-in form?</title>
	<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form/</link>
	<description>Comments on Ask MetaFilter post Creating SMS Fill-in form?</description>
	<pubDate>Fri, 25 Aug 2006 23:51:42 -0800</pubDate>
	<lastBuildDate>Fri, 25 Aug 2006 23:51:42 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Creating SMS Fill-in form?</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form</link>	
		<description>Can an SMS be formatted/created in such a way that when it reaches the cell phone it looks like a fill-in form? &lt;br /&gt;&lt;br /&gt; For example, I&apos;d like to be able to send someone an SMS with the question &quot;How old are you?&quot; and when the message is open I want it to show a field into which the user would be able to input their answer and hit send.&lt;br&gt;
is that possible?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.45273</guid>
		<pubDate>Fri, 25 Aug 2006 23:26:45 -0800</pubDate>
		<dc:creator>bokononito</dc:creator>
		
			<category>sms</category>
		
			<category>cell</category>
		
			<category>phone</category>
		
			<category>programming</category>
		
	</item> <item>
		<title>By: misteraitch</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692453</link>	
		<description>I don&apos;t think so: regular &lt;a href=&quot;http://en.wikipedia.org/wiki/Short_message_service&quot;&gt;SMS&lt;/a&gt; is &apos;limited by the constraints of the signalling protocol to precisely 140 bytes (140 bytes = 140 * 8 bits = 1120 bits). In practice, this translates to either 160 7-bit characters, 140 8-bit characters, or 70 16-bit characters.&apos;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692453</guid>
		<pubDate>Fri, 25 Aug 2006 23:51:42 -0800</pubDate>
		<dc:creator>misteraitch</dc:creator>
	</item><item>
		<title>By: cillit bang</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692504</link>	
		<description>SMS isn&apos;t programmable in this way. You could send them a link to a WAP page and hope they have it set up on their phone, but really you just need to work within the system as is.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692504</guid>
		<pubDate>Sat, 26 Aug 2006 04:33:05 -0800</pubDate>
		<dc:creator>cillit bang</dc:creator>
	</item><item>
		<title>By: bonaldi</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692505</link>	
		<description>No, not at all possible</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692505</guid>
		<pubDate>Sat, 26 Aug 2006 04:34:28 -0800</pubDate>
		<dc:creator>bonaldi</dc:creator>
	</item><item>
		<title>By: Ookseer</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692507</link>	
		<description>SMS is not a mark-up language.  You could send something like XHTML in the body of it, but I don&apos;t believe there are any phones that would render it correctly.  &lt;br&gt;
&lt;br&gt;
Even most American cell phone email clients don&apos;t do well with HTML email.  The closest you could get would to SMS a URL and make a &lt;a href=&quot;http://www.google.com/xhtml&quot;&gt;Mobile Compatible&lt;/a&gt; microsite.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692507</guid>
		<pubDate>Sat, 26 Aug 2006 04:38:26 -0800</pubDate>
		<dc:creator>Ookseer</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692604</link>	
		<description>Hell, my phone doesn&apos;t even show line breaks properly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692604</guid>
		<pubDate>Sat, 26 Aug 2006 08:40:56 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: bokononito</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692671</link>	
		<description>Hmmm... what led me to believe this is somehow possible is that on my Nokia phone I get special messages - when someone sends me an application, or when i request &quot;configuration settings&quot; from my mobile provider. So, if it is possible to send these types of messages, how come not the fill-in form?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692671</guid>
		<pubDate>Sat, 26 Aug 2006 10:32:04 -0800</pubDate>
		<dc:creator>bokononito</dc:creator>
	</item><item>
		<title>By: mrg</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692706</link>	
		<description>most of the time, such messages come over the data part of the cellular network (GPRS or whatever depending on what kind of phone you have) or as a specially-formatted packet to the phone. they don&apos;t go over SMS. you might want to look at MMS instead - MMS is there for sending rich media stuff (think picture messaging/ringtones and all that jibjab) and might have the features you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692706</guid>
		<pubDate>Sat, 26 Aug 2006 11:14:18 -0800</pubDate>
		<dc:creator>mrg</dc:creator>
	</item><item>
		<title>By: disillusioned</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692726</link>	
		<description>Effectively, you&apos;d have to send a standalone program over MMS, and then prompt the user to install it. That program would have to include all the form fields you want and a mechanism for using your phone&apos;s GPRS to communicate back with the server in question.&lt;br&gt;
&lt;br&gt;
Short answer: not at all possible over SMS. Is there an easy way for you to parse the information?&lt;br&gt;
&lt;br&gt;
A contest I was running accepted entries over SMS. The SMS system would ping back any user submitting an entry saying &quot;Thanks for your entry! Please enter a1 if you are 18-24, b2 if you are 25-35, c3 if you are 36-45 or d4 if you are 46+ to confirm your entry.&quot;&lt;br&gt;
The system then took whatever response they sent and recorded it appropriately.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692726</guid>
		<pubDate>Sat, 26 Aug 2006 12:04:25 -0800</pubDate>
		<dc:creator>disillusioned</dc:creator>
	</item><item>
		<title>By: reklaw</title>
		<link>http://ask.metafilter.com/45273/Creating-SMS-Fillin-form#692794</link>	
		<description>Why not just send &quot;how old are you?&quot; and then they send back &quot;20&quot; or whatever. Where&apos;s the need for a form?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45273-692794</guid>
		<pubDate>Sat, 26 Aug 2006 14:35:44 -0800</pubDate>
		<dc:creator>reklaw</dc:creator>
	</item>
	</channel>
</rss>
