Is there any way to submit the data of the form to the builder itself like data model or section model?
trying to make a review form I’m trying to make a review form in builder which can able to store the data submit by the user to the builder data model or section model.
within the JS to submit the form, just make sure to grab the relevant data and you can update directly in Builder. Check out or documentation and let us know if you have any further questions
@anupama.sharmaa could you share the API request you are making? Do not include your private key, you can just replace with a place holder to not post on the forum.
There shouldn’t be any CORS requirements from the API, if you are adding anything I would remove anything from your headers except the Authorization with your private key.
@anupama.sharmaa apologies for delayed response, I seem to have missed this reply and only just now seeing it. That post method all looks correct, in fact I copied it directly into a demo space of mine and was able to get it working. Have you checked within your own app to make sure there are no CORS issues causing these to fail? From our end everything looks correct.