<?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: V3 HTTP POST / drop down value</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: V3 HTTP POST / drop down value</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 06:36:20 +0000</pubDate>

<item>
<title>yuniar on "V3 HTTP POST / drop down value"</title>
<link>https://www.machform.com/forums/topic/v3-http-post-drop-down-value#post-14308</link>
<pubDate>Tue, 10 Apr 2012 14:33:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14308@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The dropdown only contain the index number indeed. You will need to do an extra lookup query for this into the &#34;ap_element_options&#34; table. There you will see the actual value associated with the index number.
&#60;/p&#62;</description>
</item>
<item>
<title>offersnet on "V3 HTTP POST / drop down value"</title>
<link>https://www.machform.com/forums/topic/v3-http-post-drop-down-value#post-14305</link>
<pubDate>Tue, 10 Apr 2012 06:30:01 +0000</pubDate>
<dc:creator>offersnet</dc:creator>
<guid isPermaLink="false">14305@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Bump
&#60;/p&#62;</description>
</item>
<item>
<title>offersnet on "V3 HTTP POST / drop down value"</title>
<link>https://www.machform.com/forums/topic/v3-http-post-drop-down-value#post-14231</link>
<pubDate>Tue, 03 Apr 2012 14:38:59 +0000</pubDate>
<dc:creator>offersnet</dc:creator>
<guid isPermaLink="false">14231@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm trying to send form data with HTTP POST. &#60;/p&#62;
&#60;p&#62;I searched the forum - &#60;a href=&#34;http://www.appnitro.com/forums/topic/send-form-data-to-http-postget-url?replies=2&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/send-form-data-to-http-postget-url?replies=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code snippet above is outdated and from 3 years ago.&#60;/p&#62;
&#60;p&#62;I've also tested this and it doesn't work.&#60;/p&#62;
&#60;p&#62;The same code snippet is on line 1515 in V3.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;1515                         foreach ($table_data as $key=&#38;gt;$value){
1516
1517                                 if($value == &#38;#39;&#38;#39;){ //don&#38;#39;t insert blank entry
1518                                         continue;
1519                                 }
1520
1521                                 $field_list    .= &#38;quot;&#38;lt;code&#38;gt;{$key}&#38;lt;/code&#38;gt;,&#38;quot;;
1522                                 $field_values  .= &#38;quot;:{$key},&#38;quot;;
1523                                 $params_table_data[&#38;#39;:&#38;#39;.$key] = $value;
1524
1525                                 if(!empty($value)){
1526                                         $has_value = true;
1527                                 }
1528                         }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also the value of a drop down menu is numbered 1,2,3... not text 'value' I give them. If I do a POST then it I'll receive the number 1,2,3... and not the text value I need. How can this be changed?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
