• Resolved sitixel

    (@sitixel)


    Hi,

    I’m building a private space where I want to update an option page with acfe form. I’m loading my ACF groupfield with PHP through a custom plugin I created. I’m using ACFE Free.

    But when I set the form, the option action isn’t displayed. Why? Must I set something through PHP in my plugin to be able to use this action?

    Thanks for your answer,

    Xavier

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    The ACFE Form “Option Action” is an action available in the Pro version of the plugin (see documentation). This is why you don’t see it when using ACF Extended Free.

    Regards.

    Thread Starter sitixel

    (@sitixel)

    Hi,

    Ha ok, i didn’t see the Pro badge in the documentation. Thanks for your reply!

    Regards

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    You’re welcome!

    As a workaround, you can use the ACF function update_field() (see documentation) with the options page post_id in the form submission hook acfe/form/submit_form (see documentation), to manually update the options page values.

    Hope it helps!

    Have a nice day!

    Regards.

    Thread Starter sitixel

    (@sitixel)

    Hi Conrad,

    Thanks a lot for your help! I will try with your suggestion.

    Have a nice day too!

    Xavier

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.