mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 21 forks source link

[Feature request] Compatibility with "ACF Frontend" #89

Closed nxmndr closed 1 year ago

nxmndr commented 1 year ago

Hi,

This plugin works great on front and back ends. There is an ACF related plugin that I think would be a great add : Frontend Admin for ACF. It allows, among other things, non-registered users to submit content for the administrator to approve.

One can automatically reuse the ACF fields of a post type into public forms, add new fields only for public like recaptcha, etc. The submitted content remains in a special "submissions" state where the values are preserved, and when they are reviewed and approved, they get to their final post state.

When in this state, the ACF Openstreetmap plugin isn't compatible and you can't review the location. The map is only a grey rectangle and the following error messages appear in the Javascript console :

acf-osm

I believe this might be an unserialization problem.

If you find the time... Thanks in advance !