Autocomplete vs jquery ui...

User 187934 Photo


Senior Advisor
20,269 posts
Online Now

Try replacing the jquery script with an outside source.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 128685 Photo


Ambassador
12 posts

Hi Eric ,

I found error start from validate.js line 1 col 1478
this.$fb("#docContainer").validate({errorPlacement:function(d,e){if(b.maxnumerrors!=-1){var c=0;b.$fb.each(b.$fb("#docContainer label.error"),

User 187934 Photo


Senior Advisor
20,269 posts
Online Now

Did you try this?
Eric Rohloff wrote:
Try replacing the jquery script with an outside source.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 128685 Photo


Ambassador
12 posts

Hi Eric ,
done , but still with the same error
I also tried to create a new form with only one input text for testing . It shows the same error .


User 187934 Photo


Senior Advisor
20,269 posts
Online Now

It's probably where you have the script in relation to the script the form builder uses or a jquery conflict. Do you have the script above or below the form builders script? Try it both ways.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 128685 Photo


Ambassador
12 posts

Hi Eric ,

move the below script after my script
<script type="text/javascript" src="common/js/form_init.js" data-name=""
id="form_init_script">
</script>
It works now
thanks
User 128685 Photo


Ambassador
12 posts

Hi Eric ,
Load the form_init.js at bottom , I use the jquery.ui.datepicker to prevent all jquery conflict .

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.