vaantti
Forum Replies Created
-
Yes, I know about that functionality. That’s definitely useful for some other scenarios.
Thanks. Mostly it’s about web standards and accessibility. There are also use cases depending on what you use your forms for. E.g. if there’s a form users are likely to fill out more than once it’s nice to be able to select your previously entered details (like name, email or street address).
Look at the WP login form as well. It has autocomplete. Meaning you can select from different usernames you’ve logged in with before which is obviously very handy.
Hmm, okay, let me try and be more specific about the issue as I think we’re not on the same page. I’m not talking about browser compatibility. I’m talking about being able to add autocomplete html attributes to the form and individual form fields. This is 100% in control of the plugin and something that is currently not outputted. Note that Chrome developer tools says this in the console:
- An element doesn’t have an autocomplete attribute
A form field has an <code class=” “>id or <code class=” “>name attribute that the browser’s autofill recognizes. However, it doesn’t have an <code class=” “>autocomplete attribute assigned. This might prevent the browser from correctly autofilling the form.To fix this issue, provide an <code class=” “>autocomplete attribute.
E.g. the form should have a general setting whether to set the autocomplete to either on or off. This would print something like <form id=”fluentform_1″ autocomplete=”on”…>
E.g. the form input fields should have a setting to set the autocomplete value. This would print something like <input id=”ff_1_input_text” type=”text” autocomplete=”family-name”…>
Hope that clears things up.
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Weird CSP ErrorsJust confirming to having the same “issues” and came here looking for answers.
Why was this topic marked as resolved? It is not. I’m guessing autocomplete isn’t supported as I found this: https://community.wpmanageninja.com/portal/space/community-meta/post/fluentforms-autocomplete-on but official support would be nice.
Thanks for you reply. I double checked the input fields but was unable to find any reference to Autocomplete data. I can only see a Placeholder and Default Value fields but they are obviously not the same. Are you able to provide a screenshot of this field to enter the Autocomplete?
It gives the error that is the subject of this post i.e. “Error: The place you are trying to connect to does not have a rating yet”. I will email you the full info shortly.
I have the same problem as this. Using the plugin for the first time. The trouble is that you can’t access any of the settings or other pages because as soon as you activate the plugin the modal window pops up and you can’t get rid of it. Browsing to Google Reviews / Support / Advance Options is not an option as the popup comes up again (which errors and you can’t close).
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Order total taxes not showingHere’s the screens:
Interestingly here, the item itself doesn’t show tax while the total does – opposite to what I’m getting on the issue. Note that I have recently migrated from Drupal commerce so these are orders from there.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider-Image size – filter available?For anyone stumbling into this thread, do yourself a favor and switch to Smart Slider 3. It has better UI and no image quality issues.
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider-Image size – filter available?I have the same issue. No matter what the screen size is, the only image size used is the “Large” one. I also sent a separate support issue but responding here to get follow-ups.
- An element doesn’t have an autocomplete attribute