Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The service is our user management platform. Basically we are offering a version of a free trial of our software. Website visitor fills out lead form and we create an account for them. We need to check if the user exists already in our database. If they do we return a response saying "this user alre...
@SanfordWhiteman So we would have to redirect them immediately to confirmation page after they complete the form. This means we wouldnt be able to catch the errors from the webhook and display a message to end user. What about creating an HTML form and sending data to Marketo and service simultaneou...
Whats the best method to send data from a Marketo form embedded on our website to a 3rd party service? We need to take the information from the Marketo fields put it into an array and send it via CURL. In the header we need to include authorization token. We get a response from the service Success-...