Hello,
Here is the steps I have taken;
Here is my Questions:
Thanks!
Sule
There's a lot to correct here.. I'm sorry to say, it's almost all wrong.
The sequence of triggers and flow steps looks nearly backward... LastReCAPTCHAUserResponse should be a TextArea, not a String... and you absolutely need JS to make this work, though you didn't put any JS in your post, so I don't know what you mean by "following JS code"!
I'm gonna predict you'll need a Marketo-fluent JS developer to get this working successfully and safely. In a way, you're close, but there are fundamental parts you have to pull together.
Thanks Sanford. I wrote the JS and then I didn't feel confident enough to post it. So you can ignore that question
can you give me any other suggestion?
Have you looked at the sample page with the reCAPTCHA integrated into a Marketo form: MktoForms2 :: reCAPTCHA ?
That'll give you a leg up on the JS side, though precisely positioning the reCAPTCHA widget within your particular form layout might prove be annoying. (The position is merely cosmetic, since the widget doesn't even need to be inside the <form> element to be functional, but can be a blocker when it comes to rolling the thing out on a public site.)
On the server side, you need to rethink your reasoning.
Hi Sanford,
Yes, I had reviewed sample page before I created this thread, from my point of view, that article missing lots of parts.
Other day, I have seen another thread. Grégoire Michel explained here step-by-step which is great. Thanks Gregoire!
But I don't think my server side is working properly.
Since Java is case sensitive, I'll double check all my fields' API names rather than that can you think of any other common mistake?
Thanks!
Sule
But I don't think my server side is working properly.
It's not really something to think or not think. What do the webhook responses say? What updates have you made to your setup since the first set of screenshots, which I mentioned didn't make sense?
Since Java is case sensitive, I'll double check all my fields' API names
You're using JavaScript, not Java, here. And make sure you're using the SOAP API names (not REST).
(And actually, Marketo's back end isn't written in JavaScript. It happens to be case-sensitive, but that's simply the default in programming, not directly related to JS.)