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

Question

Question

hide/disable autocomplete for an entire form.

asked on June 30, 2015

Ive taken a look at this: 

https://answers.laserfiche.com/questions/78645/Auto-Complete-Disable-

but after trying I dont belive its exactly what I need.

 

Im trying to make sure no suggested inputs pop up at all on the webpage. I have made sure all the options are disabled that would support this feature in several different web browsers but I think we might need to disable it from the web side of things.

 

I have an account that is worried about HIPPA information being leaked from these fields. 

0 0

Replies

replied on June 30, 2015

Can you clarify what the issue may be even when using this Javascript on the form?

$(document).ready(function () {
  $('input').attr('autocomplete','off');
  $('.cf-table-add-row, .cf-collection-append').on('click', function() {
    $('input').attr('autocomplete','off');
  });
});

Note that this will also account for tables or collections where users can manually add more rows/collections to the form.

If there is still an issue with an autocomplete box appearing for any input field, can you provide an example of a form and the specific browser version being used where this occurs?

1 0
replied on July 1, 2015

At this point it seems like it might be an Ipad thing. Our customer is using an Ipad to have their clients fill out medical agreement forms and when they go to type in the name field the web browser suggests names of other people who have already filled out the form. 

Ive tried safari, google chrome and dolphin browsers and all of them do it even though the settings for autofill are off. 

http://imgur.com/Lo07rqt 

 

Im trying to get support from the apple community but as of right now the customer cant use these forms.

0 0
replied on July 6, 2015

any ideas?

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

Sign in to reply to this post.