You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seamuslee001 Thanks for the report. I helped Konrad fix ACF Extended, which broke with that update - didn't realise forgot that some of the fields in this plugin were also affected. I'll be working on an upgrade for ACFE form actions next week, so will fix then.
In ACF 6.3.10 based on the change log here https://www.advancedcustomfields.com/changelog/ the nonce is now prefixed
Like for select
This means that the validation here https://github.com/christianwach/civicrm-wp-profile-sync/blob/master/includes/acf/fields/cwps-acf-field-civicrm-contact.php#L349 has broken as we only pass in the field_key not the full prefixed nonce
The text was updated successfully, but these errors were encountered: