• Resolved FeralReason

    (@feralreason)


    First – this extension does work with S2 Member shortcodes – which is very cool.

    However, standard Contact Form 7 fields support autocomplete:false (which used to be autocomplete:off), which prevents Google autofill from overwriting the contents of the field. This, however, does not seem to work with dynamictext fields.

    Example of a dynamictext / S2Member Shortcode (which otherwise works):

    [dynamictext* dynamictext-635 autocomplete:false id:s2member-name class:s2member-name "s2Get user_field="full_name""]

    Google autofill overwrites this URL with a first name (go figure.)

    • This topic was modified 6 years, 11 months ago by FeralReason.
    • This topic was modified 6 years, 11 months ago by FeralReason. Reason: formatting
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Thanks, FeralReason, sounds like that’d be a good update! I think this is just a more recently added/updated CF7 feature and therefore isn’t handled in the existing code. I’ll put that on the list to look into for future updates ??

    Thread Starter FeralReason

    (@feralreason)

    I think it may not have worked because I needed to tag every field with “autocomplete:false”. There does not seem to be a predictable way to make Google Autofill some fields when others are auto-populating from S2 Member data.

    With all fields tagged with “autocomplete:false”, I have it working. Example:
    [dynamictext dynamictext-341 autocomplete:false id:city class:city “s2Get user_field="city"”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘‘autocomplete:false’ not working’ is closed to new replies.