Hi @haroonmustafa
Thank you for the link.
I checked and Patrick was right about “mixed content” error. When site tries to load form CSS file, it tries to load it over insecure HTTP instead of HTTPS. Because of that browser blocks such request and style is not applied.
I can see that site itself is loaded via HTTPS but let me repeat Patrick’s question:
Can you please check if your WordPress > Settings is set to HTTPS?
Please go to “Settings -> General” page in your site’s back-end and take a look at “WordPress Address (URL)” and “Site Address (URL)” settings there. Are they both set to start with https prefix? If not, please correct it and save settings.
Then also go to “Settings -> Permalinks” and re-save permalink settings (no need to change anything, just save “as is”) and after that clear all cache on site/server (if there is any in use).
Note: if both those options are already set to https and you can confirm that – also notify us about that, please.
—
and can we change the starting form submission number and add an alphabet like M1368?
Submission numbers are sequential numbers automatically generated by the database engine itself (not even Forminator’s code). It can’t be changed out of the box.
It would be possible with a bit of additional custom code and if you want ot also use a letter in it, this code should help:
https://gist.github.com/adczk/fbf06b6abf7753df6b37234b13041e79
It’s a bit complex code so please follow information in code comments to configure it and for usage information. The code must be added as Must Use plugin.
https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#uploadinstall-the-file
Kind regards,
Adam