Form Builder: form is showing an auto-complete list in the top left corner when previewed

  • Rev_Zareh
    Asked on June 13, 2019 at 9:45 PM

    I am not sure why, but my credit card form is showing an auto-complete list in the top left corner. I don't know why it is there and how to remove it.

    I am not sure if I only see it or if anyone else does as well. Would you be able to help me?

  • Richie JotForm Support
    Replied on June 14, 2019 at 1:29 AM

    I have checked your form and found the issue.

    Form Builder: form is showing an auto complete list in the top left corner when previewed Image 1 Screenshot 20

    Unfortunately, I cannot find the the auto-complete list in your form.

    I have escalated this to our back-end team for further investigation.

    They will contact you once updates are available.

  • Rev_Zareh
    Replied on June 14, 2019 at 1:34 AM

    Thank you! I thought I was going crazy. Yes, please let me know what you find.

  • AndrewHag
    Replied on June 14, 2019 at 3:01 AM

    I can see 3 Auto Complete fields on the form. Could you please try deleting these fields to resolve the issue?

    1560495382chrome Xn5ZVaBUdl Screenshot 10

    Alternatively, you can add the CSS code below to hide that list:

    .form-autocomplete-list{

      display: none;

    }

    Please try this and confirm if that works for you.