RedirectAfterFormSubmit.js
After a form submit to Make, redirect your user to another page defined in the Make automation.
How To Use It
<script src="https://scissors.appspan.net/RedirectAfterFormSubmit/RedirectAfterFormSubmit.js">How to Customize It
<script>
const RedirectAfterFormSubmit = {
formId: "form1",
redirectPropName: "redirect"
};
</script>What It Does
Read the Code
Last updated