Action Class on Admin Form Tab?
-
Per 0.8 upgrade: Module: Dynamic Forms – Added action(‘acfe/form/submit/name=form_name’, $form, $post_id) to add custom action on submission
On admin forms tab ‘Integration’ it shows example using same format BUT on admin forms tab ‘Actions’ for Custom Action it shows ‘Action name*’ . The trigger shown has – action(‘acfe/form/submit/action/action_name’, $form, $post_id).
I am easily confused LOL so can you please explain somewhere in your documentation or here.
action(‘acfe/form/submit/name=form_name’, $form, $post_id)
versus
action(‘acfe/form/submit/action/action_name’, $form, $post_id)So iff we add a custom action on admin tab ‘b_confused’ then all we need do is define it in functions.php with action(‘acfe/form/submit/action/b_confused’, $form, $post_id) function? I
And the other php example is for something else?
Thank you and BIG thank you for adding the Forms component to ace-extended. We are a small non-profit and the leap $ to Pro was too big. This was a big help for us.
- The topic ‘Action Class on Admin Form Tab?’ is closed to new replies.