On form completion event FeatheryFormComplete
, the webhook and rudderstack integrations are not getting the form data at all. I mentioned this in my other post about rudderstack, but create a new topic here since this problem is more specific.
This is the raw payload we see in Rudderstack that I got a few mins ago in testing. Notice that no form data is there at all. This blocks us from launching our feathery integration and is stalling our development because we can’t ingest the form data.
{
"anonymousId": "b7996d98-96cb-46da-8162-8dcb27f07d73",
"channel": "web",
"context": {
"app": {
"name": "RudderLabs JavaScript SDK",
"namespace": "com.rudderlabs.javascript",
"version": "2.42.4"
},
"campaign": {},
"library": {
"name": "RudderLabs JavaScript SDK",
"version": "2.42.4"
},
"locale": "en-US",
"os": {
"name": "",
"version": ""
},
"page": {
"initial_referrer": "https://tagassistant.google.com/",
"initial_referring_domain": "tagassistant.google.com",
"path": "/onboarding-survey",
"referrer": "$direct",
"referring_domain": "",
"search": "",
"tab_url": "https://my.bigcartel.biz/onboarding-survey#What%20do%20you%20plan%20to%20sell?",
"title": "Big Cartel - Onboarding Survey",
"url": "https://my.bigcartel.biz/onboarding-survey"
},
"screen": {
"density": 1.7999999523162842,
"height": 982,
"innerHeight": 838,
"innerWidth": 1488,
"width": 1512
},
"sessionId": 1697330488378,
"sessionStart": true,
"traits": {
"email": "user@user.com",
"external_id": "AAAAA",
"properties": {
"subscribe": true
}
},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
},
"event": "FeatheryFormComplete",
"integrations": {
"All": true
},
"messageId": "fcbb1579-9fc4-406c-8c37-c992b5fe5459",
"originalTimestamp": "2023-10-15T00:44:29.031Z",
"properties": {
"formId": "New Sign Up Onboarding-Web"
},
"rudderId": "8afa7b07-3255-4443-ac06-abc400b1dda4",
"sentAt": "2023-10-15T00:44:29.033Z",
"type": "track",
"userId": "AAAAA"
}