You are viewing limited content. For full access, please sign in.

Question

Question

Forms - Modern Designer - Autocomplete covers up lookup results

asked on August 30, 2023

Hello,

I have a customer using Chrome to fill out a form with lookup rules involved. Whenever I use the Javascript I've found elsewhere here on Answers to try to accomplish this, the lookup rule itself ceases to function. Screenshot below of what's happening:

Is there a good way to disable autocomplete on the Forms side so I don't have to change browser settings on each PC that might use this form?

Thanks!

0 0

Replies

replied on September 6, 2023

I'm seeing this same issue. Forms 11 Update 4, Modern Designer.

In my case, it's a Single Line field inside a table. 

The Chrome autocomplete suggestion completely covers the lookup choices.

chrome.jpg
chrome.jpg (12.54 KB)
1 0
replied on August 31, 2023

What version of Forms are they using?

0 0
replied on August 31, 2023

Hey Blake,

Sorry, should have included that. Forms version 11.0.2212.30987

0 0
replied on September 5, 2023

Hi Jacob,

Is "GL description" a single line and you are using classic form?

If so ,have you tied  this JS code in this post?

$(document).ready(function () {

  $('.yourCSSClass input').attr('autocomplete','off');

});

 

0 0
replied on September 6, 2023

Yes, it's a single line field. But it's a modern form, not a classic one, unfortunately.

0 0
replied on September 13, 2024

Does someone have a fix for this when using the modern designer

 

works well on the old designer using the javascript

 

but did not get able to apply the similar js code on new designer

0 0
replied on September 18, 2024

Hi Rene & anyone who is interested,

This is identified as a bug (id #483562) and will be fixed in next Forms release, if it's urgent for you to fix it ASAP, please open a support ticket to seek for a hotfix, or wait for our next Forms release, which will be in a few months.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.