<?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: Method to pass data to forms other than URL parameters.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Method to pass data to forms other than URL parameters.</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:38:55 +0000</pubDate>

<item>
<title>Steve1951 on "Method to pass data to forms other than URL parameters."</title>
<link>https://www.machform.com/forums/topic/method-to-pass-data-to-forms-other-than-url-parameters#post-17888</link>
<pubDate>Tue, 02 Apr 2013 07:44:28 +0000</pubDate>
<dc:creator>Steve1951</dc:creator>
<guid isPermaLink="false">17888@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I found a method to accomplish what I need without making any modifications to any MachForm files.  If I want to pass data to a form without adding the information to the URL here is what I do.&#60;/p&#62;
&#60;p&#62;Within the same PHP file where I embed the MachForm code I add the following before the embedded MachForm code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (!isset($_GET[&#38;#39;element_5&#38;#39;])) {
  $_GET[&#38;#39;element_5&#38;#39;] = $meeting_event;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the data is not already in the $_GET array, then I add it to the array.  With this method, the data is not displayed in the URL.
&#60;/p&#62;</description>
</item>
<item>
<title>Steve1951 on "Method to pass data to forms other than URL parameters."</title>
<link>https://www.machform.com/forums/topic/method-to-pass-data-to-forms-other-than-url-parameters#post-17883</link>
<pubDate>Mon, 01 Apr 2013 20:14:03 +0000</pubDate>
<dc:creator>Steve1951</dc:creator>
<guid isPermaLink="false">17883@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for your reply.  Considering $_GET is used 93 times in the view-functions.php file, perhaps I should just tolerate long URL links or look for a different method to pass data.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Method to pass data to forms other than URL parameters."</title>
<link>https://www.machform.com/forums/topic/method-to-pass-data-to-forms-other-than-url-parameters#post-17875</link>
<pubDate>Mon, 01 Apr 2013 12:48:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">17875@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm afraid you will need to modify the code and change the GET into POST. You can search into &#34;includes/view-functions.php&#34; file.&#60;br /&#62;
Simply search for all $_GET variables there and you'll find it.
&#60;/p&#62;</description>
</item>
<item>
<title>Steve1951 on "Method to pass data to forms other than URL parameters."</title>
<link>https://www.machform.com/forums/topic/method-to-pass-data-to-forms-other-than-url-parameters#post-17847</link>
<pubDate>Sat, 30 Mar 2013 02:51:58 +0000</pubDate>
<dc:creator>Steve1951</dc:creator>
<guid isPermaLink="false">17847@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a method to pass data to forms other than URL parameters?  On some long forms I pass a lot of data and the URL becomes very long.  I normally use PHP Embed Code so I was hoping I could set some type of global variable (or array) similiar to $_POST instead of $_GET.&#60;/p&#62;
&#60;p&#62;If this functionality is not available, could you direct me to the file where the URL parameters are parsed so I can modify the file to use an array instead of the URL parameters.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Steve
&#60;/p&#62;</description>
</item>

</channel>
</rss>
