No longer can pre-fill custom fields as follows:
window.zESettings = {
"webWidget": {
"contactForm": {
"fields": [
{
"id": 360009742832,
"prefill": {
"*": "372"
}
},
{
"id": 360009742852,
"prefill": {
"*": "MIT Design Thinking - Oct 18"
}
}
]
}
}
}
Update: Created two pens that demonstrate the issue: https://codepen.io/ovvn/pen/qMXeEv, https://codepen.io/ovvn/pen/vzJoXO.