Turnstile Doesn't Work When Form Inside Popup Loaded by Ajax

This isn’t necessarily time sensitive, but I just wanted to mention that at the moment (BricksForge 2.2.7; Bricks Builder 1.10.3) when putting a nestable Pro Forms element inside of a Bricks Builder popup, the nestable Turnstile element will never render in the form on the front end if the popup is loaded via Ajax.

Turning off “Fetch content via AJAX” fixes the problem.

If included via ajax, you need to re-init the form with brfInitProForms(). This solves the problem :slight_smile:

Is it a native popup? Or a popup by BricksExtras or an other plugin?