advancedforms / advanced-forms

WordPress plugin to create forms using Advanced Custom Fields
75 stars 14 forks source link

Not working with Divi builder #34

Closed scrobbleme closed 6 years ago

scrobbleme commented 6 years ago

Hello,

as soon as we add an advanced form to the content using Divi builder, it is not possible to edit the page anymore (backend editor).

The basic problem seems to be, that jQuery isn't loaded anymore.

image

fabianlindfors commented 6 years ago

Hi! If I remember correctly I had a different user experiencing the same problem with Divi builder. I believe it's connected to how conditional logic is handled by ACF and my plugin which causes jQuery to be included early.

There are some good news though. ACF 5.7 contains a rewrite of conditional logic which fixes the issues I've been experiencing which I also think are causing your issues. If you upgrade to ACF 5.7 (release candidate available from the website) and grab the latest version of AF here from Github it might solve your problem. Could you try that?

Thanks!

scrobbleme commented 6 years ago

Finally working with ACF 5.7 ;)