SBUSA Question - 403 Forbidden error

I have a simple form created using JotForm. I am trying to Send the data from the Jotform data to Wix , where I created a simple Thank You page; my intention was to save the data in the Wix Dataset once I receive the data from JotForm form

The Jotform URL is https://form.jotform.com/SBVA/samajanidhi. Once pressing Submit button the jotform will redirect the data to https://samskrita-bharati-va.wixsite.com/home/dummy-page ; But I am getting 403 Forbidden message. It is not an issue from Jotform, because if I give a different URL other than Wix it works. So something in Wix is blocking it…

Can someone help me resolve this issue?

Wix site’s are “sandboxed” and you can’t just “redirect the data” to a Wix site page.

If you want, you can create and expose your own API using HTTP functions . See Example: MyApi and MyApiClient to see an example how to do this.

Thank you for your response. I have looked at the examples you provided, but I am little overwhelmed. I am sure an experienced js developer would find it easy to follow, but I am a totally new to the js programming . So what I understood is
(a) there is a Recipes database elsewhere in another site.
(b) the example page you created and the two modules you have written (
http-functions.js and serviceModule.jsw are the back end modules that will be called by a front-end screen.

But I am not sure which one of these I should incorporate and what changes I have to make to my own site’s back end in order to simply display the data elements being sent over by an external site using Post Data . If there is a simpler code that I can copy paste that would be a great help.

Thank you so much for your help.

There really is no “simple” code that you can copy and paste. The code has to be implemented for your particular use.

You might want to consider checking out the WixArena - it’s a hub where you can look for Wix Code (and other) experts for hire.