"although note that will not overwrite an existing value (should there already be one in Marketo for some reason)"
Do you mean if the user already exists and has entered a value fo...
Is there a way to strip off any masking and other validation from any field coming through the loop to be able to edit its value to be the desired string?
Actually if I just send an ajax call with the custom object instead of using the API to submit that might work easier no? Or would I run into the same problem from server side vali...
It is actually a select so the element does not have a value or masking. But a selectedIndex. But I am substituting the value in just the object so I did not think that would facto...
I have to strip out the personal data from marketo forms submitted. Inside the form.onSubmit I look for names of forms that meet criteria of personal data. If any exist I call the ...