• Resolved bkaczmarek

    (@bkaczmarek)


    Hello,

    I’m wondering if it’s possible to disable the auto-fill option on registration forms for logged-in users. In development I’ve found it slightly easier to repurpose the first name and last name fields for other uses.

    As always, thanks for the support you provide for such a great plugin – exemplary work.

    Thanks!
    Brendan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey Brendan,

    I’m glad you like the plugin!

    I might add a setting for this in the future but in the meantime, add the following to the “Custom JavaScript” area on the “Form” tab:

    jQuery('.rtec-input-wrapper').each(function() {
        jQuery(this).find('input[type=text]').val('');
    });

    That should clear all of the form fields when the page loads.

    Let me know if you have more questions!

    – Craig

    Thread Starter bkaczmarek

    (@bkaczmarek)

    Just like that, problem solved! Thanks again for your quick response!

    Plugin Author roundupwp

    (@roundupwp)

    No problem! Glad we could help you out again.

    No obligation or anything but we always appreciate reviews if you felt like leaving one.

    Have a great rest of your week!

    – Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling Registration Auto-Fill’ is closed to new replies.