Replies: 2
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/GQmvYJs