SimpleDTO Checkbox/Checkboxes Pre-fill Supported?
Hey all, quick question for those of you who use SimpleDTO as a pre-fill option.
Does SimpleDTO support the pre-fill of checkbox or checkboxes fields?
I am using the latest version (SimpleDTO 2.0), and I have successfully made the connection. I can see the first name, last name and email field pre-filling on the forms no problem.
However, if used on a Form such as one that stores users communication preferences, I see the checkboxes present on the form are not checked off despite being checked on the lead within the database. Is this something that is possible to pre-fill those checkboxes with SimpleDTO? Or can this only be done by using Marketo's native pre-fill?
I even console logged the values passed through the callback function, and this is what I got:
{
"FirstName": "John",
"LastName": "Doe",
"Email": "jdoe@gmail.com",
"Country": "",
"State": "",
"Phone": "",
"Title": "",
"Unsubscribed": "",
"Score": "",
"commentCapture": "",
"Industry": "",
"Company": ""
}
Is this all the values that can be possibly pre-filled with SimpleDTO?
Thanks so much.