UploadCare Integrated but Not Populating Marketo Field with URL to file | Community
Skip to main content
Level 2
May 23, 2019
Solved

UploadCare Integrated but Not Populating Marketo Field with URL to file

  • May 23, 2019
  • 2 replies
  • 7686 views

I have integrated UploadCare into my landing pages in Marketo but my marketo field is not populating with the link to file. I have followed this document: https://kb.uploadcare.com/article/251-is-there-integration-with-marketo-forms. I can go into the Uploadcare account to see file but that doesn't help me out. Does anyone see anything wrong with the above steps?

Best answer by SanfordWhiteman

Here you go!

http://learn.specialtycareus.com/Richmond-VA-Careers-Perfusion.html


Two major problems here:

1. You're referring to a field Uploaded_File but there's no such field on your form.

2. Their recommended code is broken. You would need to use this code for it to be reliable (remove the <script> you previously added):

MktoForms2.whenReady(function(form){

// this field name must exist on your form!
var ucareField = "Uploaded_File";

/* --- no need to touch below this line --- */

var formEl = form.getFormElem()[0],
ucareEl = formEl.querySelector("input[name='" + ucareField + "']");

ucareEl.setAttribute("role","uploadcare-uploader");

});‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

2 replies

SanfordWhiteman
Level 10
May 23, 2019

We need your actual page to check your work.

Level 2
May 23, 2019

Here is the template. Do you need a landing page instead? https://app-ab14.marketo.com/#LT251B2ZN12

SanfordWhiteman
Level 10
May 23, 2019

Of course, need a publicly accessible page showing your current attempt.

Level 2
May 23, 2019