Hi, I’m trying to include an extra attribute (‘DB_table’, “some-fixed-value-here”) to the form payload so that the webhook could receive that value along with the actual form input field content. After some serious trying, only the standard form input field content gets passed via webhook. See the images:
How do I get to “force in” a hard coded name-value pair to that payload? The rest of the process needs the indication from which site the form content is coming from and because of webhook detects the static data structure, we cannot vary that ID.
If we get this working, then the payload should look like:
I am not entirely sure how your webhook is working, but you can set custom data attributes on the form block elements itself, see this article: Custom attributes | Webflow University
If that does not work, you might also be able to setup a hidden field using a manual html form input field and putting that manual html tag inside of a custom code embed placed within the form wrapper and try that.