<?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: jquery validation</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: jquery validation</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:37:29 +0000</pubDate>

<item>
<title>samersamer on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10459</link>
<pubDate>Sat, 11 Sep 2010 13:05:08 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10459@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;sent you an email,&#60;/p&#62;
&#60;p&#62;-Samer
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10455</link>
<pubDate>Sat, 11 Sep 2010 07:32:06 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10455@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think you didn't change the ID's from my example code. I see in your form, these code ;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function() {
  $(&#38;#39;#form_2&#38;#39;).ketchup();
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should be changed to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function() {
  $(&#38;#39;#form_3&#38;#39;).ketchup();
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;because you're using the validation for form 3.&#60;br /&#62;
However, if the problem still persist, is it possible to send me your FTP login into to :&#60;/p&#62;
&#60;p&#62;customer.service[at]appnitro.com&#60;/p&#62;
&#60;p&#62;I will help you to check it
&#60;/p&#62;</description>
</item>
<item>
<title>samersamer on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10452</link>
<pubDate>Sat, 11 Sep 2010 00:24:06 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10452@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have made the exact changes above,&#60;/p&#62;
&#60;p&#62;My question is, what do I have to do in the above code to make it work with my form.&#60;/p&#62;
&#60;p&#62;Here is my form: &#60;a href=&#34;http://www.virtualbrix.com/form-lead-management/embed.php?id=3&#34; rel=&#34;nofollow&#34;&#62;http://www.virtualbrix.com/form-lead-management/embed.php?id=3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I checked the Firefox console and I get this: &#60;/p&#62;
&#60;p&#62;Warning: Unknown property 'border-radius'.  Declaration dropped.&#60;br /&#62;
Source File: &#60;a href=&#34;http://www.virtualbrix.com/form-lead-management/js/ketchup-plugin/css/jquery.ketchup.css&#34; rel=&#34;nofollow&#34;&#62;http://www.virtualbrix.com/form-lead-management/js/ketchup-plugin/css/jquery.ketchup.css&#60;/a&#62;&#60;br /&#62;
Line: 13&#60;/p&#62;
&#60;p&#62;AND&#60;/p&#62;
&#60;p&#62;Error: $.fn.ketchup is undefined&#60;br /&#62;
Source File: &#60;a href=&#34;http://www.virtualbrix.com/form-lead-management/js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#34; rel=&#34;nofollow&#34;&#62;http://www.virtualbrix.com/form-lead-management/js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#60;/a&#62;&#60;br /&#62;
Line: 86&#60;/p&#62;
&#60;p&#62;I would be grateful if you can help,&#60;/p&#62;
&#60;p&#62;-Sam
&#60;/p&#62;</description>
</item>
<item>
<title>samersamer on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10451</link>
<pubDate>Fri, 10 Sep 2010 23:56:45 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10451@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;this is the error I keep getting,&#60;/p&#62;
&#60;p&#62;Error: $.fn.ketchup is undefined&#60;br /&#62;
Source File: js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#60;br /&#62;
Line: 86 &#60;/p&#62;
&#60;p&#62;I have everything extracted and followed the exact instructions, I would be greatful if you could help, I will put the example up again here in a few mins.
&#60;/p&#62;</description>
</item>
<item>
<title>samersamer on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10450</link>
<pubDate>Fri, 10 Sep 2010 23:55:42 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10450@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, i kept getting an error, have you made this work with ketchup?&#60;/p&#62;
&#60;p&#62;-Sam
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10442</link>
<pubDate>Fri, 10 Sep 2010 16:20:38 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">10442@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Have you download &#34;ketchup-plugin&#34; and extract the file like in the step 1 ?
&#60;/p&#62;</description>
</item>
<item>
<title>samersamer on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-10431</link>
<pubDate>Fri, 10 Sep 2010 05:06:15 +0000</pubDate>
<dc:creator>samersamer</dc:creator>
<guid isPermaLink="false">10431@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I tried to quickly integrate this but got the following error in the console: &#60;/p&#62;
&#60;p&#62;Error: $.fn.ketchup is undefined&#60;br /&#62;
 Source File: js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#60;br /&#62;
Line: 86
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-8757</link>
<pubDate>Tue, 23 Feb 2010 21:44:31 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8757@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think it's possible to use that plugin, but it will take a lot of modification. To do this, you need to edit &#34;view-functions.php&#34; file and in this example, I assume you'll use the validation for &#34;single line text&#34; field with element id 1 on form 2.&#60;br /&#62;
Try to follow these steps :&#60;/p&#62;
&#60;p&#62;1. Copy all ketchup plugin to mahform js folder, then the path should be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/machform/js/ketchup-plugin&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Go to line 1833, you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{$calendar_js}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then put these code bellow that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; href=&#38;quot;js/ketchup-plugin/css/jquery.ketchup.css&#38;quot; /&#38;gt;

&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/ketchup-plugin/js/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/ketchup-plugin/js/jquery.ketchup.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/ketchup-plugin/js/jquery.ketchup.messages.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
$(document).ready(function() {
  $(&#38;#39;#form_2&#38;#39;).ketchup();
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3.  Go to line 40 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then put this code above that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($_GET[&#38;#39;id&#38;#39;] == 2 &#38;#38;&#38;#38; $element-&#38;gt;id == 1 ) {
	$ketchup = &#38;#39; validate(required) &#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4. Go to line 46, you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}&#38;quot; class=&#38;quot;element text {$element-&#38;gt;size}&#38;quot; type=&#38;quot;text&#38;quot; value=&#38;quot;{$element-&#38;gt;default_value}&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}&#38;quot; class=&#38;quot;$ketchup element text {$element-&#38;gt;size}&#38;quot; type=&#38;quot;text&#38;quot; value=&#38;quot;{$element-&#38;gt;default_value}&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;don't forget to change those id with yours
&#60;/p&#62;</description>
</item>
<item>
<title>fabiopao on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-8726</link>
<pubDate>Fri, 19 Feb 2010 03:43:20 +0000</pubDate>
<dc:creator>fabiopao</dc:creator>
<guid isPermaLink="false">8726@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, thanks for the reply. I am trying to use this plugin: &#60;a href=&#34;http://demos.usejquery.com/ketchup-plugin/#what&#34; rel=&#34;nofollow&#34;&#62;http://demos.usejquery.com/ketchup-plugin/#what&#60;/a&#62; on the form i have put on my website: &#60;a href=&#34;http://www.quadrifogliorosso.com&#34; rel=&#34;nofollow&#34;&#62;http://www.quadrifogliorosso.com&#60;/a&#62;&#60;br /&#62;
as you can see, the plugin needs to hook form elements with a specified class, and i don't know how to do it.&#60;br /&#62;
Cheers
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-8722</link>
<pubDate>Thu, 18 Feb 2010 17:02:32 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8722@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Basically you can add jQuery/javascript code in &#34;view-functions.php&#34; file. But it's depending on how the code works. &#60;/p&#62;
&#60;p&#62;Anyway could you show me more detail about this script ? or perhaps you can show me the url for example .
&#60;/p&#62;</description>
</item>
<item>
<title>fabiopao on "jquery validation"</title>
<link>https://www.machform.com/forums/topic/jquery-validation#post-8720</link>
<pubDate>Thu, 18 Feb 2010 16:54:04 +0000</pubDate>
<dc:creator>fabiopao</dc:creator>
<guid isPermaLink="false">8720@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hi, I am trying to add a jquery validation plugin to my form, to make sure data entered in the fields are correct before user submits them: but in order to make this possible, I need to append a small class, say class=&#34;validate(required)&#34; to the fields I want to validate. Is this possible, is there a file I can modify so that I can implement this function?&#60;br /&#62;
I'd really appreciate any help
&#60;/p&#62;</description>
</item>

</channel>
</rss>
