Hi Daniele,
How are you doing?
This seems like a minor bug. Here’s the link to a quick video:
I am using BricksForge webhooks with n8n.
In the key field if I do not encapsulate the key with double quotes “key”, it sends the value as the key.
Please take a look. Hope to hear from you back soon!
Thanks!
This is because the key also uses the form field ID, just without the double brackets. In a previous version of Bricksforge, it was possible to use form field IDs in this way.
The use of double brackets was introduced later. In order to ensure backward compatibility, we did not remove the logic that allows IDs to be recognized in this way.
In your case, this results in the value of the ID also being rendered for the key.
We have already considered whether to remove this logic in a breaking change, since it causes more confusion than benefit.
In your case, you can fix this by adding a prefix to the form field ID, for example, f_name. This way, the key can remain name, which will not have any connection to the form field id anymore 