Hello,<br><br>I was look at the &quot;submitting and encoding form data set&quot; for the &quot;data: URL&quot;...<br><br><div style="margin-left: 40px;"><a href="http://whatwg.org/specs/web-forms/current-work/#for-data">http://whatwg.org/specs/web-forms/current-work/#for-data
</a><br clear="all"></div><br>... and noticed that (at least when I read it), there does NOT seem to be a way to include values from multiple inputs.<br><br>Let me elaborate with an example.&nbsp; Consider the example of generating some kind of letter where you fill in the blanks.&nbsp; (I'll show a rather simple example here.)
<br><br><div style="margin-left: 40px;">&lt;form method=&quot;POST&quot; action=&quot;### DATA URL HERE ###&quot;&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; name=&quot;given_name&quot; /&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; name=&quot;family_name&quot; /&gt;
<br><br>&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;generate letter&quot; /&gt;<br><br>&lt;/form&gt;<br></div><br>How would you get the value of &quot;given_name&quot; and &quot;family_name&quot; into the data URL?<br>
<br>What I want is something like...<br><br><div style="margin-left: 40px;">&lt;form method=&quot;POST&quot; action=&quot;data:,To whom it may concern.&nbsp; My give name is '%%{given_name}' and my family name is '%%{family_name}'.&nbsp; Sincerely, %%{given_name} %%{family_name}&quot;&gt;
<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; name=&quot;given_name&quot; /&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; name=&quot;family_name&quot; /&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;generate letter&quot; /&gt;<br>
<br>
&lt;/form&gt;<br>
</div>
<br>(Where %%{given_name} and %%%%{given_name} would include the value from the input text box named &quot;given_name&quot;.&nbsp; With the first form being singly URI encoded, and the second form being doubly URI encoded.)<br>
<br>Is there any way of doing anything like this?&nbsp; Is there any plans on doing anything like this?<br><br><br>-- <br>&nbsp;&nbsp;&nbsp;&nbsp;Charles Iliya Krempeaux, B.Sc.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;charles @ <a href="http://reptile.ca">reptile.ca</a><br>&nbsp;&nbsp;&nbsp;&nbsp;supercanadian @ 
<a href="http://gmail.com">gmail.com</a><br><br>&nbsp;&nbsp;&nbsp;&nbsp;developer weblog: <a href="http://ChangeLog.ca/">http://ChangeLog.ca/</a><br>___________________________________________________________________________<br>&nbsp;Make Television&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://maketelevision.com/">http://maketelevision.com/</a>