Page 1 of 1

fd not defined

Posted: 01 Jul 2020
by Jaitsujin
I'm running into the following issue. Any idea how I can get this resolved?
Image

Re: fd not defined

Posted: 01 Jul 2020
by mnikitina
Hello Jaitsujin,

Are you using Forms Designer? Do you have any custom code in the form?

Re: fd not defined

Posted: 01 Jul 2020
by Jaitsujin
mnikitina wrote:
01 Jul 2020
Hello Jaitsujin,

Are you using Forms Designer? Do you have any custom code in the form?
Hi,
Yes, I'm using forms designer (3.1.4). With some custom code, but i'm not calling jquery a second time.

Re: fd not defined

Posted: 02 Jul 2020
by mnikitina
Hello Jaitsujin,

Please comment out all custom code and check if the error occurs.

Thank you!

Re: fd not defined

Posted: 05 Jul 2020
by Jaitsujin
I tested this morning, without removing any custom code it suddenly worked, but some regular jquery function don't seem to work.

Would you happen to know how I can get on of these following to work?

.css('','');
.addClass('');
.removeClass('');

Re: fd not defined

Posted: 06 Jul 2020
by Jaitsujin
My apologies, I answered the question myself. i can just use regular jquery. Works like a charm.

Thanks.