Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Right, I need a solution to this. So far, I haven't seen any proposal for the problem we have. Is there a way to programmatically submit a form lead from either website or API? Without strictly defined fields?
@SanfordWhiteman while you may not clearly see benefits with this approach, there are some. 1. We have more control over form2. We don't need to wait on the client to render the form - since it's SSR rendered3. We can use our own design system - because Marketo UI has not been updated in decade if n...
Thank you for your answer @SanfordWhiteman , however I am still confused. How do I use the form's submit method when it does not take any arguments? If I build my own form I will have a set of key-value pairs, but submit does not support it as far as I know? I was thinking about the following flow: ...
I have the same problem.Feeling like Marketo is very limited.1. There is no client NPM library that integrates with modern JS Frameworks2. The client library that sideloads with script tag is missing a lot. E.g. I would want access to field descriptors and submitting form fields manually. Having NPM...
Hi!We are trying to reduce form loading times, and one of the ideas that came in is to fetch all form fields on SSR and render the form using our Design System. Then submit using API.I could not find any supporting documentation on this and also there is no good NPM package that would allow doing th...