<?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: Have JQuery working, I need some help, Final Issue :)</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Have JQuery working, I need some help, Final Issue :)</description>
<language>en</language>
<pubDate>Thu, 18 Jun 2026 14:07:52 +0000</pubDate>

<item>
<title>samerbazzi on "Have JQuery working, I need some help, Final Issue :)"</title>
<link>https://www.machform.com/forums/topic/have-jquery-working-i-need-some-help-final-issue-#post-10609</link>
<pubDate>Thu, 07 Oct 2010 10:27:31 +0000</pubDate>
<dc:creator>samerbazzi</dc:creator>
<guid isPermaLink="false">10609@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can anyone help on this :( its the final task I have for my project...
&#60;/p&#62;</description>
</item>
<item>
<title>samerbazzi on "Have JQuery working, I need some help, Final Issue :)"</title>
<link>https://www.machform.com/forums/topic/have-jquery-working-i-need-some-help-final-issue-#post-10588</link>
<pubDate>Mon, 04 Oct 2010 07:40:22 +0000</pubDate>
<dc:creator>samerbazzi</dc:creator>
<guid isPermaLink="false">10588@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hey all,&#60;/p&#62;
&#60;p&#62;I have JQuery working using the Ketchup Library: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://demos.usejquery.com/ketchup-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://demos.usejquery.com/ketchup-plugin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now it is working fine but the styling coming from ketchup is not that good, it shows these small pop-ups which is the default styling from ketchup, this does not work well with machform because the layers go hidden behind the text boxes and other form elements which is not good, it is not a very good user experience,&#60;/p&#62;
&#60;p&#62;I need a way to style the code I will post below to show up say in a Message Box when the user hits submit or to show the errors under each element like they have here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://demos.usejquery.com/ketchup-plugin/yourway.html&#34; rel=&#34;nofollow&#34;&#62;http://demos.usejquery.com/ketchup-plugin/yourway.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Everything else is working Great thx to the guys from Mach Form,&#60;/p&#62;
&#60;p&#62;I would be more than happy to share this functionality with the Mach Form community if someone can help me get the styling working correctly, Unfortunately I do not have a lot of JQuery Experience so this makes it hard for me to do,&#60;/p&#62;
&#60;p&#62;Below is the code I used to make it work with Mach Form: &#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34; href=&#34;/form-lead-management/js/ketchup-plugin/css/jquery.ketchup.css&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;/form-lead-management/js/ketchup-plugin/js/jquery.ketchup.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;/form-lead-management/js/ketchup-plugin/js/jquery.ketchup.messages.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34; src=&#34;/form-lead-management/js/ketchup-plugin/js/jquery.ketchup.validations.basic.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
$(document).ready(function() {&#60;br /&#62;
  //add ketchup class to field&#60;/p&#62;
&#60;p&#62;	//name&#60;br /&#62;
	$('#form_3 input#element_2_1').addClass(&#34;validate(required)&#34;);&#60;br /&#62;
	$('#form_3 input#element_2_2').addClass(&#34;validate(required)&#34;);&#60;br /&#62;
	$('#form_3 input#element_2_3').addClass(&#34;validate(required)&#34;);&#60;br /&#62;
	$('#form_3 input#element_2_4').addClass(&#34;validate(required)&#34;);&#60;/p&#62;
&#60;p&#62;	//phone&#60;br /&#62;
	$('#form_3 input#element_1_1').addClass(&#34;validate(required)&#34;);&#60;br /&#62;
	$('#form_3 input#element_1_2').addClass(&#34;validate(required)&#34;);&#60;br /&#62;
	$('#form_3 input#element_1_3').addClass(&#34;validate(required)&#34;);&#60;/p&#62;
&#60;p&#62;	//email&#60;br /&#62;
	$('#form_3 input#element_3').addClass(&#34;aaaaaaaaaaaaaaaaa&#34;);&#60;/p&#62;
&#60;p&#62;	//city&#60;br /&#62;
	$('#form_3 input#element_5').addClass(&#34;validate(required)&#34;);&#60;/p&#62;
&#60;p&#62;	//service&#60;br /&#62;
	$('#form_3 input#element_4').addClass(&#34;validate(required)&#34;);&#60;/p&#62;
&#60;p&#62;	$('#form_3').ketchup();&#60;/p&#62;
&#60;p&#62;});&#60;br /&#62;
&#38;lt;/script&#38;gt;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
