Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Konrad,

    Posting here since new topic creation seems restricted on my account – apologies, this is unrelated to the original 0.9.2.4→0.9.2.6 issue, but I wanted to flag a separate, newly-found bug with ACFE + the latest SCF release.

    Since SCF 6.9.4/6.9.5, all ACFE-rendered front-end forms fail validation on submit with: “SCF could not validate this form because its security information is invalid or has expired.”

    Root cause: SCF 6.9.4 added a new signed-grant system for acf_form() submissions – the rendered form must emit a _acf_form_meta[] token, checked in verify_form_meta()/validate_save_post_authority() in form-front.php. ACFE’s Forms module renders under its own screen (_acf_screen=acfe_form) and doesn’t appear to emit this field, so every submission is rejected immediately (confirmed by capturing the actual failed AJAX POST – _acf_form_meta[] is absent).

    Environment: SCF 6.9.5, ACFE 0.9.2.6 (free), WordPress on Pressable.

    Happy to open this as its own topic if/when I can, or provide more detail – just wanted to get it on your radar given how active you are here.

    Thanks,
    Perica

Viewing 1 replies (of 1 total)