Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Gotcha. Well now that it's no longer running on localhost it seems to be working as intended. It seems like when I expose my localhost via ngrok it works fine as well. There's a possibility that we have another piece of tooling that errors out during a submission which aborts the call that would oth...
I have a feeling me sharing 100 lines of react code is not helpful, I can get this up on a public site for you to take a look at if you think that's the best way to approach this. Thanks for offering to help.
I'm writing Typescript / React and have created a Context Provider, as well as a custom hook used to render a specific form. Like I said the form renders as expected, but the submit button hangs. My code here is a context provider that exposes the MktoForms2 object which the useMarketoForm hook uses...
I've been developing using the Marketo Forms javascript api, and loading in MktoForms2 object via script tags like suggested in docs here: https://developers.marketo.com/javascript-api/forms/I've used something like this example code below to load a form into our site,
The form loads as expected, bu...