Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I haven’t looked at Enfold. I could be done if Enfold forms provides a code hook (callback) such that when a user makes a submission, CFDB can register a code function to receive the data. But if Enford doesn’t provide that, then it can’t be done. Ask on the Enford forum if they have such a thing and where it is documented.

    Thread Starter A good friend

    (@a-good-friend)

    Hello again! So I posted the question to the guys at Kriesi and got this reply:

    Open up /enfold/framework/php/class-form-generator.php and on line 625 you should see this.

    //hook to stop execution here and do something different with the data
    $proceed = apply_filters('avf_form_send', true, $new_post, $this->form_params);

    The “avf_form_send” hook could probably work here.

    Is this the hook you? (I know very little PHP so this is way over my head. So I hope you’ll have a little patience with me.)

    Thank you!

    Plugin Author Michael Simpson

    (@msimpson)

    That looks promising. I could take a shot at integrating it. However, I would need you to provide me with a copy of Enfold, I may not get to it for a few weeks, and I can’t guarantee anything. You can follow up with me at info@cfdbplugin.com

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CFDB with Enfold theme?’ is closed to new replies.