• griffpatch

    (@griffpatch)


    When using chrome’s autocomplete to fill out a rainmaker Subscription Form [Name, Email, Button], clicking submit fails to do anything (except slowly hide the form). It does not display the success message, no error message, does not redirect to a webpage, register a new lead or integrate with ‘Email Subscribers’.

    It does work perfectly when autocomplete is not used.

    The issue is down to this condition when the form is submitted: jQuery(b).find(“.rm_required_field”).val()

    If autocomplete is used then this comes back with the email address in it, otherwise if manually entered, it comes back with “”. All I can think is that there is some difference between event handling that is setting the field differently. Or perhaps chrome is picking up the field as something to be auto-completed and stuffing the email address in it? If the latter is the reason then can the hidden field be marked with an attribute to NOT allow auto completion?

    I temporarily commented out that check in my local plugin and it works great after that…. but I suspect there must be a reason to have had this there in the first place?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Prathamesh Palve

    (@prathameshp)

    @griffpatch

    Thank you for bringing this to our attention. I have now informed our lead developer about this issue and would surely get back to you once this has been completely investigated at our end.

    Plugin Author Icegram

    (@icegram)

    @griffpatch

    We have checked this usecase and it worked fine for us.
    We have enabled and set auto fill and Rainmaker lead get added into the list perfectly. To investigate into your issue we need to look into your form on your site.Please contact us via this link with your site URL.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Autocomplete causes Rainmaker to fail’ is closed to new replies.