verbb/formie

Google Places API key field is duplicated twice on settings page

Closed this issue · 3 comments

Describe the bug

The API key field is duplicated on the settings page

image

Steps to reproduce

  1. Go to Formie Settings
  2. Add an address provider integration
  3. Select Google Places
  4. Two API key fields will be displayed

Form settings

N/A

Craft CMS version

5.4.10.1

Plugin version

3.0.9

Multi-site?

No response

Additional context

No response

This technically is more of a front-end settings issue, the project config data only writes the API key field out once.

Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.9".

Fixed in 3.0.10