• Resolved Amber Hinds

    (@alh0319)


    Hello,

    It seems that there’s not a way to add autocomplete attributes to inputs in the form. This is what I’m seeing for the name and email fields:

    <input type="text" name="esfpx_name" autocomplete="off" placeholder="" class="es-name" id="esfpx_name_0fe74ada6116e">

    <input type="email" required="" class="es-email" name="esfpx_email" autocomplete="off" placeholder="" id="esfpx_email_0fe74ada6116e">

    The correct HTML for accessibility is:

    <input type="text" name="esfpx_name" autocomplete="name" placeholder="" class="es-name" id="esfpx_name_0fe74ada6116e">

    <input type="email" required="" class="es-email" name="esfpx_email" autocomplete="email" placeholder="" id="esfpx_email_0fe74ada6116e">

    Can you fix the plugin to include autocomplete attributes on the relevant fields? Here’s a list of available autocomplete values.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Anupam Khatua

    (@anupamkhatua)

    Hi @alh0319,

    Thank you for your concern!

    We are currently investigating the issue and will update you soon.

    Plugin Support Anupam Khatua

    (@anupamkhatua)

    Hi @alh0319,

    I hope you’re well!

    I wanted to let you know that we’ve resolved the issue you reported, and it will be included in the next release.

    Best wishes!

    Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi?@alh0319 ,

    Since the inquiry has been resolved, I’m closing this thread for now. If you have any further questions or issues related to the plugin, feel free to reopen it.

    You can open a new thread from here. We will be happy to assist you further.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.