<?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: Send form data to URL bug</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Send form data to URL bug</description>
<language>en</language>
<pubDate>Thu, 18 Jun 2026 11:29:22 +0000</pubDate>

<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24521</link>
<pubDate>Tue, 08 Dec 2015 03:12:54 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24521@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just found another bug. When choosing &#34;hidden field&#34; and that hidden field is multiple choice, none of the selections show up when doing logic.&#60;/p&#62;
&#60;p&#62;Here is a screenshot:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i.imgur.com/NW9oz0y.png&#34; /&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24471</link>
<pubDate>Wed, 02 Dec 2015 22:14:31 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24471@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This works as expected now. Thanks Yuniar!
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24470</link>
<pubDate>Wed, 02 Dec 2015 21:22:57 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24470@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yuniar for the quick fix. I'll apply this fix here shortly and report back to make sure it's working appropriately.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24469</link>
<pubDate>Wed, 02 Dec 2015 15:31:14 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">24469@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for reporting this. I've been investigating this and it's a bug indeed. &#60;/p&#62;
&#60;p&#62;Apparently, all fields that being set to &#34;hidden&#34; (using the field property) aren't getting the correct merge tag value when being sent using the &#34;Send Form Data to Another Website&#34; option.&#60;/p&#62;
&#60;p&#62;Fortunately the fix is quite simple, you only need to edit your &#34;machform/includes/helper-functions.php&#34; file.&#60;br /&#62;
Search around line 297 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_data_options[&#38;#39;target_is_admin&#38;#39;] 	   = false;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change the above code to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_data_options[&#38;#39;target_is_admin&#38;#39;] 	   = true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should fix the issue.&#60;br /&#62;
We'll include this fix into our next update. Thanks and sorry for the trouble!
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24468</link>
<pubDate>Wed, 02 Dec 2015 06:59:17 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24468@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, the work around that I have found is create regular fields and use the class &#34;hidden&#34; and that works as expected. Hoping the team here can find a quick fix for this, all of our forms are now not working as expected since most recent update.
&#60;/p&#62;</description>
</item>
<item>
<title>timcov on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24467</link>
<pubDate>Wed, 02 Dec 2015 06:19:46 +0000</pubDate>
<dc:creator>timcov</dc:creator>
<guid isPermaLink="false">24467@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've been struggling with the same issue - but hadn't spotted the hidden field connection! I can confirm when those fields are made visible on my form it now passes the data correctly.&#60;br /&#62;
Many Thanks for the post celsiusmarketing - at least I can try to work around it now using the hidden css for now.
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24466</link>
<pubDate>Wed, 02 Dec 2015 04:36:29 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24466@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No hidden fields are passing values, instead just merge tag.&#60;/p&#62;
&#60;p&#62;Example:&#60;/p&#62;
&#60;p&#62;testing: {element_5}&#60;/p&#62;
&#60;p&#62;The default value is set to &#34;testing&#34; but it doesn't post &#34;testing&#34; only the merge field tag. I also added value with url parameter to the hidden field and it still doesn't work properly.
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24465</link>
<pubDate>Wed, 02 Dec 2015 04:32:13 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24465@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just received this error message when testing:&#60;/p&#62;
&#60;p&#62;Error Sending Webhooks! Error Code: (503)string(484) &#34; &#34; &#60;/p&#62;
&#60;p&#62;I switched the field from hidden to visible and now i get this.
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24464</link>
<pubDate>Wed, 02 Dec 2015 04:30:59 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24464@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just tested this again with a fresh form and this bug is only effecting &#34;hidden&#34; fields. If you use a hidden field to collect data, it is only sending the merge field tag only and not the actual value.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://requestb.in/1amt9p11?inspect&#34; rel=&#34;nofollow&#34;&#62;http://requestb.in/1amt9p11?inspect&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>celsiusmarketing on "Send form data to URL bug"</title>
<link>https://www.machform.com/forums/topic/send-form-data-to-url-bug#post-24463</link>
<pubDate>Wed, 02 Dec 2015 04:23:38 +0000</pubDate>
<dc:creator>celsiusmarketing</dc:creator>
<guid isPermaLink="false">24463@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Having an issue with hidden fields sending merge field tag instead of blank / default values with &#34;send form data to URL.&#34; &#60;/p&#62;
&#60;p&#62;Here is a request bin I created so you can see how this is not working as expected.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://requestb.in/rltbvyrl?inspect&#34; rel=&#34;nofollow&#34;&#62;http://requestb.in/rltbvyrl?inspect&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;-Derek
&#60;/p&#62;</description>
</item>

</channel>
</rss>
