Skip to content
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

Address and Phone Number Form Fields Missing on Frontend #34

Open
1 task
qasumitbagthariya opened this issue Jun 19, 2024 · 4 comments
Open
1 task

Address and Phone Number Form Fields Missing on Frontend #34

qasumitbagthariya opened this issue Jun 19, 2024 · 4 comments
Labels
type:bug Something isn't working.
Milestone

Comments

@qasumitbagthariya
Copy link
Collaborator

Describe the bug

The address and phone number form fields are configured and available in the backend settings, but they do not appear on the frontend.

Expected Behavior:
Upon enabling the address and phone number fields in the Mailchimp setup under Merge Fields Included, these fields should be visible and accessible on the frontend.

Steps to Reproduce

  1. Navigate to the WordPress Admin Dashboard.
  2. Go to "Settings" and select "Mailchimp Setup" from the dropdown menu.
  3. Inside the Mailchimp setup, locate and click on "Merge Fields Included".
  4. Enable the fields for "Address" and "Phone Number".
  5. Save the settings
  6. Visit the frontend of the website.
  7. Observe that the address and phone number fields do not appear on the subscription form.

Screenshots, screen recording, code snippet

Screen.Recording.2024-06-19.at.3.23.25.PM.mov

Environment information

Testing Environment

WordPress: 6.5.4
Theme: Twenty Twenty-Four 1.1
PHP: 8.1.23
Web Server: Nginx 1.20.2
Browser: Chrome
OS: macOS Ventura 13.3

WordPress information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@qasumitbagthariya qasumitbagthariya changed the title Address and Phone Number Subscription Form Fields Missing on Frontend Address and Phone Number Form Fields Missing on Frontend Jun 19, 2024
@jeffpaul jeffpaul added the type:bug Something isn't working. label Jun 19, 2024
@dkotter
Copy link
Collaborator

dkotter commented Jun 19, 2024

I tested this myself on the latest release of the plugin, as I was curious if this was something newly introduced in our cleanup or an existing issue. I was able to reproduce the same problem there so confirmed it's not a new issue.

But after giving this more thought, I realized there's two sides to these settings. Within your Mailchimp account you can choose which fields are supported. I logged into our test account and find out that both the Address fields and Phone Number fields were not enabled, which is why they weren't showing in the plugin.

I've enabled those now and if you click the Update List button, it should pull in those new settings:

Update List button

Once you do that, you should now see the Address and Phone Number fields on the frontend:

Signup form

So this doesn't appear to be a bug, though there's certainly additional information that could be added to the readme explaining this or even better, making it clear in the settings that turning a field on will only work if that field is turned on within Mailchimp (or removing that setting all together if it isn't supported).

@jeffpaul
Copy link
Collaborator

Is there any way to validate via a Mc API what fields are available and either showing ONLY those in the form in the plugin or at least showing a warning next to disabled Mc fields that they need to enable on the Mc side to use in a form on their WP site (potentially trying to deeplink into where that would be in their account)?

@dkotter
Copy link
Collaborator

dkotter commented Jun 20, 2024

Is there any way to validate via a Mc API what fields are available and either showing ONLY those in the form in the plugin or at least showing a warning next to disabled Mc fields that they need to enable on the Mc side to use in a form on their WP site

Without getting to far into the code, it seems like we already make an API request to get this information, both when the account is first connected and when that Update List button is clicked. It just doesn't seem like we use this information to impact the settings we show.

I think this is definitely a great enhancement but I would mark that as a Future release item, not something needed for 1.6.0 (and I think there's other settings/admin UI changes we could do at the same time).

I do think for 1.6.0 it would be nice to update the readme with more details on how to set up a list on the Mailchimp side and how this impacts what actually renders on the WordPress side, as right now that isn't detailed at all and I just had to stumble around until I figured it out.

@jeffpaul
Copy link
Collaborator

I'll work on adding that into the readme, we can otherwise punt this to 1.7.0.

@jeffpaul jeffpaul added this to the 1.7.0 milestone Jun 20, 2024
jeffpaul added a commit that referenced this issue Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants