<?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: Pass Info from Webpage into Checkbox Field</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Pass Info from Webpage into Checkbox Field</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:18:47 +0000</pubDate>

<item>
<title>yuniar on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17894</link>
<pubDate>Wed, 03 Apr 2013 08:41:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">17894@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;conceive -- The URL parameters as mentioned by the guys above should be correct already.&#60;br /&#62;
If the machform is located on another server, simply put the domain of your other server to your link.&#60;/p&#62;
&#60;p&#62;Or perhaps contact us directly and let us know the URL you are referring to, so we can check it.
&#60;/p&#62;</description>
</item>
<item>
<title>conceive on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17887</link>
<pubDate>Tue, 02 Apr 2013 07:20:22 +0000</pubDate>
<dc:creator>conceive</dc:creator>
<guid isPermaLink="false">17887@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thx guys!! &#60;code&#62;:]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I think my problem may have to do with the fact that the &#60;code&#62;machform/&#60;/code&#62; app and directories are on another server. The link I used above is a relative link. So, I can't merely add &#60;code&#62;mydomain.com/machform/&#60;/code&#62; to it, since the directory obviously doesn't exist on my website's server...&#60;/p&#62;
&#60;p&#62;Not sure where to go from here. Will wait a few  hours and see if the guys pick this up. Thx again kind sirs &#60;code&#62;:]&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17841</link>
<pubDate>Fri, 29 Mar 2013 23:30:06 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">17841@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@ronaldconring: you need to put backticks around code examples in this form for them to be visible as text.&#60;/p&#62;
&#60;p&#62;@conceive: I have no idea what the correct form of the URL you are using should be and I was in a hurry yesterday, so I just copied what you posted, but now that I look at your example more closely, it doesn't seem to be structured properly. The URL should be something like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;https://www.example.com/machform/view.php?id=13643&#38;#38;element_1_2=1&#34; rel=&#34;nofollow&#34;&#62;https://www.example.com/machform/view.php?id=13643&#38;#38;element_1_2=1&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where you would replace &#60;code&#62;&#60;a href=&#34;http://www.example.com&#34; rel=&#34;nofollow&#34;&#62;www.example.com&#60;/a&#62;&#60;/code&#62; with your domain. If you are using a form embedded in a PHP page, then what I am describing may not be applicable and you have gone beyond my small sphere of expertise. I would suggest contacting Appnitro directly for assistance if yuniar or redityo doesn't respond to this forum message soon.
&#60;/p&#62;</description>
</item>
<item>
<title>ronaldconring on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17839</link>
<pubDate>Fri, 29 Mar 2013 23:15:13 +0000</pubDate>
<dc:creator>ronaldconring</dc:creator>
<guid isPermaLink="false">17839@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try this ... &#60;code&#62;&#38;lt;a href=&#38;quot;machform/view.php?id=17026&#38;#38;element_7_37=1&#38;quot;&#38;gt;SUBSCRIBE&#38;lt;/a&#38;gt;&#60;/code&#62; and see if it works.
&#60;/p&#62;</description>
</item>
<item>
<title>conceive on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17826</link>
<pubDate>Fri, 29 Mar 2013 08:24:06 +0000</pubDate>
<dc:creator>conceive</dc:creator>
<guid isPermaLink="false">17826@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, that makes more sense. Thx.&#60;/p&#62;
&#60;p&#62;But I am still getting a page without my form and totally unformatted.
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17824</link>
<pubDate>Fri, 29 Mar 2013 05:25:06 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">17824@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You reference the form elements by id only when using URL parameters (ignore any label text) and you make a check box active by setting the value to 1. So I think this should work for you:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;61-Main-Subscribe.php/view.php?id=17026&#38;#38;element_7_37=1&#38;quot;&#38;gt;SUBSCRIBE&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>conceive on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17817</link>
<pubDate>Fri, 29 Mar 2013 04:35:08 +0000</pubDate>
<dc:creator>conceive</dc:creator>
<guid isPermaLink="false">17817@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thx for the tip! I'm trying to populate checkboxes [fyi]. I tried it according to the instructions and wound up with the following relative link which, when clicked, gives me the page totally unformatted and no form!&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;61-Main-Subscribe.php/view.php?id=17026&#38;amp;amp;element_7_37=to%20receive%20the%20quarterly%20Municipal%20Market%20Report&#38;quot;&#38;gt;SUBSCRIBE&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I wasn't really sure, did I do correctly by using the checkbox value to be the value for the URL with &#60;code&#62;%20&#60;/code&#62; between each word in the string?
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17811</link>
<pubDate>Fri, 29 Mar 2013 01:09:11 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">17811@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@conceive: Below is a link to your starting point. If you need more help after reading the web page below, let the forum know:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/doc-url-parameters&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-url-parameters&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>conceive on "Pass Info from Webpage into Checkbox Field"</title>
<link>https://www.machform.com/forums/topic/pass-a-value-into-checkbox-field#post-17803</link>
<pubDate>Thu, 28 Mar 2013 07:38:40 +0000</pubDate>
<dc:creator>conceive</dc:creator>
<guid isPermaLink="false">17803@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, I looked for this feature in other posts and can't find it...  &#60;/p&#62;
&#60;p&#62;Is it possible to have a user click on a link in one web page [that has no form] and send info to the next web page [where the form is] and have the form pre-populate one of its checkboxes so the user doesn't have to find the right checkbox to click it?&#60;/p&#62;
&#60;p&#62;[I'm on v3.4]
&#60;/p&#62;</description>
</item>

</channel>
</rss>
