Forums

tooltip and field value in multipage form

AleAste 11 May, 2011
Good evening, I'm doing a form multipage and I would like to insert some field without the label, but with the attribute value (with the name inside) but it does not work. The tooltip doesn't work too.
Is the multipage the problem?

Thanks,

Francesco
GreyHead 12 May, 2011
Hi Francesco,

I doubt that the multi-page plug-in is the problem.

You should just be able to leave the Label empty I think.

Bob
AleAste 13 May, 2011
Hi, I have used the same method in a "normal" form and I use the tooltip in other forms and all works fine.. So i was thinking that the problem should be the form multipage but I don't know..
GreyHead 13 May, 2011
Hi AleAste,

The tooltip not working suggests a JavaScript error of some kind. Have you checked with a Script debugger?

Please post a link to the form so we can take a quick look.

Bob
GreyHead 13 May, 2011
Hi Francesco,

I think I counted four!! different versions of the JQuery library being loaded on the form page. And two versions of the no conflict code. Unfortunately not all of the JQuery libraries are being set into noConflict mode.

It looks to me as if the template and scripts need some serious tidying up.

Bob
AleAste 17 May, 2011
:?: mh.. i don't understand.. what do you think I should do? The 4 version of jQuery are loaded from some components or module I think.. can I disable some of that, or set them in "no conflict mode" as you said?
I'm not able to do that. I've never did it...

Thanks a lot

Francesco
GreyHead 18 May, 2011
Hi Francesco,

I'm afraid that you will need to learn how to do that. The JavaScript on your site will not work cleanly and reliably with the current mess of versions :-(

Bob
AleAste 23 May, 2011
Hi, the problem that in a form, chronoform JS controls doens't work (neither the required field, nor the tooltips, nor th captcha) can be related to those thing that you said just before (libraries conflict) ? I have some form where all works perfectly, other where it doesn't..
Do you think is for libraries conflict? If so, can you advice me what to do?Where can i read something about this?

Thanks for your patiance..

Francesco
GreyHead 23 May, 2011
Hi Francesco,

Mostly this is about good housekeeping. Understanding what scripts are being loaded and why.

I'm afraid that I don't know of any tutorial, mostly it's some coding knowledge and common sense.

I've attached a screenshot (from Firebug) of the script list from your site with the four versions of jQuery marked. You need to get rid of three of them.

Bob
This topic is locked and no more replies can be posted.