My fields on my Wiz contact form can’t be mapped for some reason. I can see them as output but they don’t allow for mapping for some reason.
The steps you have taken
I’ve:
Created app as per instructions
Created webhook and linked module
Using Watch Form Submissions Wix module Relevant screenshots
Replace, emptyarray wit your array i.e submission details. What this does is search for an array, that has Field Name equals to First Name, and it will return Field Value based on the search. The get function will then get the first results from the searched array.
so for map to work, just hover over the results which will show you the raw field values, in your cause it seems like the Field Value is fieldValue, and for Field Name, it should be fieldName, Use the raw value of the array inside the map function that I wrote in above section.
Thanks for your reply! Um where do I add that formula? I’ve noticed in the Wix module, there is no means to add something like that. Or are you referring to adding a seperate module which extropolates this before it’s sent to Airtable?