Hi Folks,
We have a use case where CPT posts are being created via Formidable Forms submissions and that plugin's create post action. The CPT in question has a Google Map field attached to it.
When Formidable creates the posts, all of the other custom fields that are mapped to the CPT are populating fine. But the Google Map does not. At this point, we have to manually go into each newly created post and click the update button for that to happen.
I'm familiar with the rwmb_{custom-field}_after_save_field hook.
Is there a way using that hook to get the Google Map field to parse the associated address field data and populate the database entry for the field?
Thanks.