Form Not Display
-
I have a problem with the display of the client form on the page: the appropriate form does not appear when selecting the client type. How can this be fixed? There is already CSS embedded on the page for overall form visibility, as initially, the forms were not visible at all!
/* Hide all Forminator forms */
.forminator-module {
display: none !important;
}
/* Show only the specific form */
#forminator-module-9914 {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}When I’m logged into WordPress: https://ibb.co/xMzcFyx
https://ibb.co/hCQvKK3
https://ibb.co/GQmvYJsThe page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.