How to handle multipart form submissions with MAKE webhooks and display responses asynchronously without page redirects? Answered
Hi, is it possible to send form data that includes files, text and selected checkboxes data to a MAKE webhook, to automate text and image generation and then return this data(text and image url) via webhook response (200 I assume) and display this data to a user, so user still stays on the same page and does not need a redirect and the new received data will be displayed to the user when the automation in MAKE is done. (This will ensure great user experience on my site) I tried to use logic described in this video: https://www.youtube.com/watch?v=oPt70Za4cQ8. But the script that takes data from form seems to only capture text inputs.
Comments
3 comments
Hey Matej Svoboda, I tested this implementation with checkboxes and with tweaks in the code and setup via attributes, I was able to get checkbox info on make webhook as well.
To give you an idea about the implementation, I am writing few steps here:
Hi again, I try to send a form data via webhook to MAKE. I use https://app.memberstack.com/apps/app_clwboqh7u001f0sx6eryx4lg4/editor. It works ok if I send only 1 filled form i.e. the original. When I click on add ROW, it creates additional 2 fields that I am unsuccessfully trying to guess their ID (script screenshot) and send via webhook. It should work, that users are going to click on add row, fill as many of new input fields they like and then when they press save. All of these input needs to be send via webhook to make. As I mentioned it sends only the original one (as it has defined ID from beginning I guess) - second screenshot shows that. I will appriciate helperino.
Hey Matej Svoboda, it's me again 🙈 🕺
I tested this add a row functionality with the existing setup that I shared with you for checkbox use-case.
Please sign in to leave a comment.