Looking to Hire an expert in parsing multipart Jotform data to JSON

I am building a website for a client. I am using wix.

I have made progress in building a database that will store data submitted via Jotform but I havd worked out I need a middleman between the jotform and the Wix HTML fuction. I can get data to be entered into the database if I send it via Postman.exe but not when the Jotform is completed.
Basically, the wix fuction is expecting a payload in a properly parsed JSON format but Jotform doesnt provide this out of the box; hence the Make scenario but I have no idea how to set it up.

I need help.

1 Like

Hey @SoulDragon I understand what you’re trying to say. I can help you out. Let’s talk over Google meet. Here’s my calendar link

Hello @SoulDragon , do these:

  1. Create a webhook in Jotform.
  2. Create a new scenario in Make.com.
  3. Add a “Custom Webhook” module.
  4. Copy the webhook URL from Make and paste it into Jotform.
  5. Submit a test Jotform to capture sample data in Make.
  6. Add a “JSON Parse” module (if needed).
  7. Add a “Set Variable” or formatter module to structure JSON.
  8. Add a “Make a Request” module.
  9. Set method to POST, content type to application/json.
  10. Enter Wix HTTP function URL in the request URL.
  11. Map the structured data into the request body.
  12. Test the full flow by submitting another Jotform.
  13. Check Wix function logs or response for verification.
  14. Turn on scheduling in Make to activate the scenario.

If you need this done for you, schedule a call with me here : Calendly

I understand the issue you’re facing with Jotform data not being in the right JSON format for Wix. I can help set up a Make scenario to properly parse the data and send it to your Wix database. Let’s connect for a quick call to finalize the details:
:date: Schedule a Call

You can also review my Upwork profile and client feedback here:
:link: My Upwork Profile

1 Like

Hi ,

Yes, this can be resolved using a Make.com scenario as a middle layer.
Let’s connect or we can schedule a quick call. We can help you resolve this issue.

SOLVED

I managed to get this done on the Wix side in the end via the HTTP-Function code.

1 Like