<?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: Feature Requesst / maybe I am missing how to do this already</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Feature Requesst / maybe I am missing how to do this already</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:42:18 +0000</pubDate>

<item>
<title>timothykrulan on "Feature Requesst / maybe I am missing how to do this already"</title>
<link>https://www.machform.com/forums/topic/feature-request-or-maybe-i-am-missing-how-to-do-this-already#post-16498</link>
<pubDate>Sat, 17 Nov 2012 02:38:27 +0000</pubDate>
<dc:creator>timothykrulan</dc:creator>
<guid isPermaLink="false">16498@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks - I will test these mods as we move forward.
&#60;/p&#62;</description>
</item>
<item>
<title>shannonrobertson on "Feature Requesst / maybe I am missing how to do this already"</title>
<link>https://www.machform.com/forums/topic/feature-request-or-maybe-i-am-missing-how-to-do-this-already#post-16496</link>
<pubDate>Fri, 16 Nov 2012 09:21:40 +0000</pubDate>
<dc:creator>shannonrobertson</dc:creator>
<guid isPermaLink="false">16496@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Depends how brave you are, I just made the large signature box a bit larger, because we needed the same thing for tablet quotes.&#60;br /&#62;
*disclaimer These modifications are still being trialed and do so at your own risk.&#60;/p&#62;
&#60;p&#62;add this to root/view.css around line 1159&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.mf_sig_wrapper2 {
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 575px;
	padding-bottom: 0px !important;
	padding: 3px !important;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change lines 324 - 337 in view-functions.php to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($element-&#38;gt;size == &#38;#39;small&#38;#39;){
				$canvas_height = 70;
				$canvas_width = 309;
				$line_margin_top = 50;
				$sigCSS = &#38;#39;mf_sig_wrapper&#38;#39;;
			}else if($element-&#38;gt;size == &#38;#39;medium&#38;#39;){
				$canvas_height = 130;
				$canvas_width = 309;
				$line_margin_top = 95;
				$sigCSS = &#38;#39;mf_sig_wrapper&#38;#39;;
			}else{
				$canvas_height = 700;
				$canvas_width = 575;
				$line_margin_top = 0;
				$sigCSS = &#38;#39;mf_sig_wrapper2&#38;#39;;
			}

			$signature_markup = &#38;lt;&#38;lt;&#38;lt;EOT
	        &#38;lt;div class=&#38;quot;{$sigCSS} {$element-&#38;gt;size}&#38;quot;&#38;gt;
	          &#38;lt;canvas class=&#38;quot;mf_canvas_pad&#38;quot; width=&#38;quot;{$canvas_width}&#38;quot; height=&#38;quot;{$canvas_height}&#38;quot;&#38;gt;&#38;lt;/canvas&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change lines 197- 210 in view_entry.php to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($data[&#38;#39;element_size&#38;#39;] == &#38;#39;small&#38;#39;){
												$canvas_height = 70;
												$canvas_width = 309;
												$line_margin_top = 50;
											}else if($data[&#38;#39;element_size&#38;#39;] == &#38;#39;medium&#38;#39;){
												$canvas_height = 130;
												$canvas_width = 309;
												$line_margin_top = 95;
											}else{
												$canvas_height = 700;
				 								$canvas_width = 575;
												$line_margin_top = 500;
											}

											$signature_markup = &#38;lt;&#38;lt;&#38;lt;EOT
									        &#38;lt;div id=&#38;quot;mf_sigpad_{$element_id}&#38;quot; class=&#38;quot;mf_sig_wrapper {$data[&#38;#39;element_size&#38;#39;]}&#38;quot;&#38;gt;
									          &#38;lt;canvas class=&#38;quot;mf_canvas_pad&#38;quot; width=&#38;quot;{$canvas_width}&#38;quot; height=&#38;quot;{$canvas_height}&#38;quot;&#38;gt;&#38;lt;/canvas&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you have one considerably larger large sketchpad while the small and medium still remain the same.
&#60;/p&#62;</description>
</item>
<item>
<title>timothykrulan on "Feature Requesst / maybe I am missing how to do this already"</title>
<link>https://www.machform.com/forums/topic/feature-request-or-maybe-i-am-missing-how-to-do-this-already#post-16495</link>
<pubDate>Fri, 16 Nov 2012 06:44:12 +0000</pubDate>
<dc:creator>timothykrulan</dc:creator>
<guid isPermaLink="false">16495@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the reply.   the sketch idea would be to allow the user to &#34;sketch&#34;a drawing and submit it with the form.&#60;/p&#62;
&#60;p&#62;We are designing a set of forms to collect inspection reports in the filed by a set of technicians.  It woul dbe great if they could enter a sketch of some components or itmes.  Sometimes a picture is worth a thousand words.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Feature Requesst / maybe I am missing how to do this already"</title>
<link>https://www.machform.com/forums/topic/feature-request-or-maybe-i-am-missing-how-to-do-this-already#post-16493</link>
<pubDate>Fri, 16 Nov 2012 05:18:12 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">16493@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Not sure about the auto-tab between the three sections in a phone number, and I don't fully understand what you mean by &#34;enter a sketch&#34; - I assume you mean ability to sign the form signature field on a tablet / smart phone with a stylus/pen?   The upcoming release (beta out approximately in January) will have mobile-device friendly forms.....maybe that is what you are after?  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/v34-preview-mobile-friendly-forms?replies=22&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/v34-preview-mobile-friendly-forms?replies=22&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>timothykrulan on "Feature Requesst / maybe I am missing how to do this already"</title>
<link>https://www.machform.com/forums/topic/feature-request-or-maybe-i-am-missing-how-to-do-this-already#post-16489</link>
<pubDate>Thu, 15 Nov 2012 22:16:45 +0000</pubDate>
<dc:creator>timothykrulan</dc:creator>
<guid isPermaLink="false">16489@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If possible, some of the fields like phone number should auto-tab to the next box after you've typed your 3-number area code, for example. Saves keystrokes and time.&#60;/p&#62;
&#60;p&#62;It would be great to have a larger image field - like the signature, but larger so the user could enter a sketch, specificlly when the user is on a tablet/ipad&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
