Hello there,
When doing inspection in your site, we found the contact form is hidden by a JavaScript that might be produced either by active theme or other plugin. To fix it, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.quiz_section div {
display: block !important;
}
If this doesn’t make any difference, try temporarily swithing your theme to one of default WordPress themes to rule out theme-specfic script issue. To do plugin conflict check, try temporarily disable all other active plugins at once. Re-run your test. To narrow down the possible source of the problem, try reactivating them one by one.
Regards,
Kharis