Javascript not initializing ketchup no errors thrown???
Permalinkdemos.usejquery.com/ketchup-plugin/
and use required fields for the name, email and phone fields we have included all the markup and I think I have it setup properly but the form fields are not validating...
You can see my sample here... thx for any assistance I have been staring at this for hours...
http://c5.dealercontrol.net/service/service-appointment/...

class="validate(required)"
for the fields you want to validate.
<input type="text" class="validate(required)" id="personal-info-last-name" name="personal-info-last-name">
...attribute-selector..., but '#' found.
try:
$(document).ready(function() {
$("#service-appointment").ketchup();
});
with double quotes
the date picker is also not functioning I think they are both related.
i guess it's buried in the attribute-selector error.
Contribute the bucks to unicef.
I do see that ketchup being initiated and it's disabling the form submit, it's also injecting the absolutely positioned divs that should display the errors, although no error content is ever injected into them.
My advice would be to try a super super simple form on a different page on that site, get it working there - if it doesn't work there, start pulling stuff that may interfere like js menus, the date picker etc..
Also, do you use firefox/firebug? That's fairly helpful for debugging these things although it didn't get me too far since it wasn't throwing errors.
I tried that here stripping it \down still with no luck
http://c5.dealercontrol.net/buyer-resources/trade-in/...
<input type="trade-text" name="trade-vehicle-year" id="trade-vehicle-year"/> <?php ?>
input type should be text
You have 1.3.2 but you need a version larger or equal 1.4.1. I'm sure this is the problem ;)
You can create a page type for this specific page. Create a form_validation.php in your /themes/lamorghini/ folder.
The only thing that is different in this page_type is that you don't load header_required, because this will load jquery 1.3.2 for you which you don't want on this page. Instead you manually put your jquery library and headers in.
And after setting up that page type, just login in concrete5 and select that pagetype for this page. Voilá!
PS: you're using full urls like /themes/lamborghini/...... in your css files. I mean you can use relative urls like ../img/products/abc.png instead.
You've to think from the perspective of the css file always. if you do an @import the css file is at the same place as the page you're at and it won't work. @import slows down page load too.
So better use the <link.. tag.
It will make paths etc easier for you.
BTW: I like your filter to filter cars with a price-range slider ;) I've done the same but for hotels^^ I know the work behind that. Or did you buy that part somewhere? Because I had to code it myself. Just asking because of interest.
I checked the date picker but not the validate... I didnt think it would require higher than 1.3.2 yet...
I sent you a pm including my paypal address.
please mark this thread answered at least