Multistage form/Second slide/Fields Disabled

Hey

So the initial issue with form being disabled seems like a bug, we’re investigating it.

The other issue that results in all buttons being underlined can be easily fixed by adding

$w.onReady(function() {
    showContactInfo();
});

Since this function handles underline and button enabling part

Best regards,
Max