Hi @kayelu,
I could notice the form isn’t loading even in desktop mode, nor in mobile when checked. Could notice a CSS is hiding the form and hence the issue.
The issue looks more like a conflict. Could you please temporarily deactivate the SG Optimizer plugin and then check whether you notice the same issue or not?
Could you please check whether you have the following option enabled “Load form using AJAX” when you edit the Form under the “Behaviour” tab in the “Rendering” section?
Could you please check whether it makes any difference if you deactivate or enable the above-mentioned setting?
If none of the above makes any difference, you could try the following CSS as a workaround:
#forminator-module-4533 {
display: block !important;
}
The above CSS cane added via the default WordPress customizer, under Appearance > Customize > Additional CSS.
The above CSS is more of a workaround, in case you want to find the core issue, then please do let us know how that goes so that we could check further if needed.
Looking forward to your response. Have a nice day ahead.
Kind Regards,
Nithin