i am using 123formbuilder in wix and want to perform some process on form submitted fieds data and also want to use that data to redirect specific page according to field data
Is it possible to get form data throung code or anyother option available?
i tried that tutorial to get results
https://www.wix.com/corvid/forum/community-discussion/pushing-data-collected-using-123formbuilder-to-wixcode-db
it gives me error on thank you page
Failed to load server resources 400 bad request
That tutorial is coming from 123FormBuilder themselves and so you should be getting in touch with their own support for more help in this.
https://www.123formbuilder.com/contactus.html
As you are using a third party app, Wix won’t provide support.
You might want to look at using their own API and expose your site to it through Wix Fetch or Wix HTTP Functions.
https://developer.123formbuilder.com/api-v2/
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
Wix Example.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient
thank you! it help’s me a lot