Your config doesn’t match the fields on the form.
<script>
var userConfig = {
buttons: {
prev: {
label: "Back",
disabled: false
},
next: {
label: "Next"
}
},
requiredFields: [
{
name: "surveyQuestion1",
message: "This field is required."
},
{
name: "surveyQuestion20",
message: "This field is required."
},
]
};
</script>
Also I urge you to recheck Form Editor as you’ll see the radio buttons are marked required there, confounding your tests.
In short yes it can be done.
If you're struggling with a marketo only form, and all else fails, build your own form and submit the answers to marketo in the background
Thanks for the suggestion Jay Jiang. I will try to get this work.
I found my demo from a couple of years ago. Let me just refactor it a bit and will post tomw (uses some techniques I don't use now).
Thanks Sanford Whiteman It will be really helpful. Thanks!