<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Multiple Choice &#038; Checkbox Selection MySQL Data Entry</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Multiple Choice &#038; Checkbox Selection MySQL Data Entry</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 02:47:52 +0000</pubDate>

<item>
<title>yuniar on "Multiple Choice &#038; Checkbox Selection MySQL Data Entry"</title>
<link>https://www.machform.com/forums/topic/expressing-selection-numbers#post-5628</link>
<pubDate>Mon, 27 Apr 2009 10:24:04 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">5628@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;That is the intended behaviour indeed, only the index numbers are being stored into your form table, while the labels are being stored in another table.&#60;/p&#62;
&#60;p&#62;This is necessary to optimize your database. If you need to get the labels, you will need to do a reference to &#34;ap_element_options&#34; table.&#60;/p&#62;
&#60;p&#62;Using SQL, you can do a LEFT JOIN query for this.&#60;br /&#62;
I suggest to contact SQL Maestro Group and ask them how to put the join query into the script.&#60;/p&#62;
&#60;p&#62;Check this thread for more info:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/results-that-match-form-in-database&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/results-that-match-form-in-database&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>getnbye on "Multiple Choice &#038; Checkbox Selection MySQL Data Entry"</title>
<link>https://www.machform.com/forums/topic/expressing-selection-numbers#post-5596</link>
<pubDate>Fri, 24 Apr 2009 23:22:27 +0000</pubDate>
<dc:creator>getnbye</dc:creator>
<guid isPermaLink="false">5596@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;First off... MachForm is awesome!  &#60;/p&#62;
&#60;p&#62;I shopped around for a while looking for a Form application and MachForm was the only one I found that done everything I needed.&#60;/p&#62;
&#60;p&#62;I've created my form and several of the form questions require the user to answer as multiple choice answers.  &#60;/p&#62;
&#60;p&#62;My problem is that when I built my PHP grid to expose the form data, I was surprised to see that the answers are expressed as numbers in the grid.&#60;/p&#62;
&#60;p&#62;When exposing the form information as data in a grid (MySQL) how do I expose the user responses as a reference to the form selection that makes sense to them?&#60;/p&#62;
&#60;p&#62;I'm using the PHP Script generator from the SQL Maestro Group (another great application)&#60;/p&#62;
&#60;p&#62;Here are examples of what I have thus far:&#60;/p&#62;
&#60;p&#62;My form ---&#38;gt;  &#60;a href=&#34;http://www.65gs.com/form/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.65gs.com/form/view.php?id=2&#60;/a&#62;&#60;br /&#62;
My grid ---&#38;gt;  &#60;a href=&#34;http://www.65gs.com/3.php&#34; rel=&#34;nofollow&#34;&#62;http://www.65gs.com/3.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Note elements 7  20  21 &#38;#38; 22 all based on checkbox or multiple selection form questions.  &#60;/p&#62;
&#60;p&#62;I've figured out that what is probably happening is that the number in the DB is simply a reference to a form selection stored elsewhere.  &#60;/p&#62;
&#60;p&#62;Is there anyway to have the form send the selection directly to MySQL to be exposed directly by the grid instead of sending a selection reference / number? &#60;/p&#62;
&#60;p&#62;Of course if the form user inputed the information directly instead of using a checkbox or dropdown it'd appear, however for convienence and data accuracy this is not really a good option.&#60;/p&#62;
&#60;p&#62;To have a checkmark show up in the grid for a checkbox marked in the form would be awesome as well as the multiple choice selection appear in the grid from any multiple choice form question.&#60;/p&#62;
&#60;p&#62;This is all probably pretty simple to most folks reading this however I new to web design and this has got me a bit confused on how to adjust.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>

</channel>
</rss>
