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

Is it possible to insert the searchable map of the backend in a front end user edit profile page? #90

Closed lucasvlc closed 1 year ago

lucasvlc commented 1 year ago

Hello, first of all sorry if this was not supposed to be published here... I don't know where to post it. I've been trying to insert the searchable map of the backend in a front end user edit profile page with some customization but I haven't found a solution for this.... is that possible with your plugin at this moment? Thanks in advance.

mcguffin commented 1 year ago

Hello and welcome to your very first issue! If you are into coding you might have some luck creating an ACF Frontend Form and passing 'post_id' => 'user_'.get_current_user_id() to acf_form().
If you want to set things up brom the backend – no coding – Frontend Admin for ACF might be helpful.

lucasvlc commented 1 year ago

Thanks a lot, it worked!