I just waisted over 10 hours integrating our custom Action with Pro Forms… just to find out it won’t work due to multiple bugs (could work around two of them)
-
BricksForge Pro Forms “Custom Action”-docs are referring to the Bricks docs… but are not passing the same data, therefore we will have almost no documentation. I already mentioned this here, but got no response at all: ProForms custom action not working acoording to Bricks docs
→ Workaround be debugging the passed Data, which is nasty and unreliable long term. -
Condition based on global JS Variable isn’t working. I add
var MyVar = "Test";
right before my Form and set condition based to global variableMyVar
equalsTest
for my field → won’t work at all.
→ Workaround done by utilizing browser storage. -
Conditional Fields value won’t be passed to the backend at all… My email template with
{{all_fields}}
doesn’t show the field (visible in the frontend) at all. Also didn’t get passed to my custom action.
After a delay due to the hurdles I had to take, I’m now totally blocked on our client’s project. I would be glad if there’s a quick fix for Issue #3, since this one is the worst.
Browser: Firefox 137
OS: Windows 11 x64
PHP: 8.1.13
Server: Apache 2.4.54
Bricksforge: v3.0.7 (latest)
Bricks: 1.12.4 (latest)