Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
"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 for that field in the db it will not be over written by the blank string?
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 validation?
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 factor in. But maybe because "redacted" is not an option that is why this is happening but the field accepts an empty stri...
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 API method form.submittable(false) I make an ajax call to a 3rd party passing the personal data to them and then use a ...