Pro Forms Dynamic Tags Not Compiling in Custom ID Fields Inside Query Loops

Hello,

In short, Custom ID are failing to compile dynamic tags from queries loops.

Since I got a problem with Post Meta Update (already solved by Daniele), I was trying to integrate my form with a Spreadsheet via API.

I’m using a query loop inside the form to generate a Input Field for each row from my spreadsheet.

I’m trying to give each of this fields a custom ID like: input-{query_api @key:‘id’}

But it fails to compile it.

Both the html code and The helper popup with input dynamic tags can’t read the input properly.

Some screenshots:


In the label it works, so the dynamic tag is correct. On the Custom ID it does not.



The html code



The helper popup with input dynamic tags

Thanks,

Working on Wordpress 7.1
Bricksforge 3.1.8.9
Bricks 2.3.12

Hi Leo,

thanks for the report - I checked the code, and this is a real limitation on our side. I’ll fix this in one of the next updates.

Best,
Daniele

1 Like

Hi Daniele,

Thanks again for your response!

I understand you’ve already noticed this, but just to clarify:
In the screenshots above, I’m mixing the native Bricks Query Loop with Pro Forms.

I was now testing the BricksForge API Query inside Pro Forms, and it partially works.
I was able to successfully get the correct Input ID from the query loop.
But in the Submit Action: Webhook, where I need to send the data back, the popup fails to read/render the field names as also, even if I input the field id manually, it doesn’t send the values.