Hi @bvk69varghese,
Is the page created using a page builder? or are you using any custom template for the /supporter page?
The issue seems more specific to the mentioned page and the existing CSS hiding the form.
As a quick workaround, check and see whether adding the following CSS helps:
#content > div.entry-content > div > div > div.overlay > div > div.bnsupportlgnregnContainer, #content > div.entry-content > div > div > div.overlay > div > div.bnsupportlgnregnContainer > div.bnregnContainer, #content > div.entry-content > div > div > div.overlay > div > div.bnsupportlgnregnContainer > div.bnlgnContainer {
display: block !important;
}
You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.
However, if you still face issues regarding this, I would recommend checking whether the form loads if you temporarily remove the video from the page, as I noticed even the footer isn’t loading when I check the page.
Please do let us know how that goes.
Kind Regards,
Nithin