-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block settings updates #82
Comments
@dkotter open to any tweaks to this that you'd recommend? |
One other item that I'm not certain exists in the WordPress form rendering are Mailchimp's honeypot fields that exist in their platform's form renderings. Do we include any of those as part of the WordPress form renderings (block or shortcode forms) to ensure that if a spambot were to fill out those invisible honeypot fields that related submissions are flagged as spam and discarded? |
I don't believe this is something we support right now, unless I'm forgetting. Is this an option within Mailchimp when creating your list?
I almost think we can be a little more drastic here and remove most of these settings all together and have these be things that can be manually set in the shortcode (ensuring we take existing settings into account for backwards compat). Easier to leave these in place but also worry about the confusion it creates and would love to push people to the new block based approach. Or could also keep these settings but set them as "Global Settings" and use those as the defaults, then allow each individual piece to be overridden at both the block and shortcode level.
As far as I'm aware, we don't include these right now |
Correct we do not support this right now but its an option on the Mailchimp side, so assuming its something that can be set via their API and then pulled in to render on the WP frontend then it seems helpful to add it to help limit spambot form fills.
Happy to be more drastic with the updates here. Did you have things you'd think would still exist within the settings page then?
If the reCAPTCHA isn't feasible, then I'd really like to get these added to help prevent spambot form fills. |
I don't see anything in the current settings page that is needed if we make all the changes suggested in this issue, as all those settings could then be handled at the block level. Does mean that page wouldn't be used for anything other than connecting your account. As mentioned, I could see benefit in leaving most of the settings and using those as our defaults, though I think if we do that, I'd still suggest getting rid of some of the settings:
|
Some of that could also be off-loaded to the readme/FAQ perhaps? |
Is your enhancement related to a problem? Please describe.
Future: allow form labels to be editable (slight UX consideration here for how we make it clear what field label relates to what field in Mailchimp).
Future: add Groups, Segments, and Tags options to Block sidebar settings.
Designs
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: