I’m attempting to manipulate some Bit Form data in Pabbly Connect using JavaScript. But I’m having a devil of a time discerning what the form fields’ structure is. And the Bit App’s developer documentation regarding JavaScript returns a 404. In the attached image, notice that the mapped field returns an object, but without details on the structure, I can’t seem to get to the raw email.
Any help would be GREATLY appreciated! Thanks in advance.
I figured it out, and it was user error, and super embarrassing. The whole exercise was to generate a unique affiliate ID code, partly derived from the users last name and email domains. I was using a .split('@') method on the email field and trying to assure the domain was set to lower case using .toLowerCase(), but it kept throwing an undefined function error. Finally I realized, I was forgetting that split() returns an array, and I wasn’t indexing the second element before calling .toLowerCase(). Once I properly indexed the element, it worked perfectly.
I’m a knucklehead, basically, but I figured I’d leave it here in case it’s useful to anybody else.
I’d still like complete documentation about Bit Forms own JavaScript functionality, btw. The link to the developer docs article delivers a 404 error…
Glad to hear you figured it out! And thanks for sharing your solution—it could definitely help others facing a similar issue.
Regarding the missing documentation of Form Field structure, I truly appreciate you bringing this to our attention. If you need this structure immediatly, we can certainly provide you with the structure of the Bit Form submission object.