Hi @nouarraki
Thank you for resposne!
I visited the page you linked to. I’m not sure if this is correct form (as you mentioned its for logged-in users only and it didn’t require any login) but I noticed two important issues there:
1. There is a major syntax error in the page source code. There’s this code
<html lang="en">
<head>
<title>hadjenumrahvergelijken.nl</title>
<meta name="XXXXX" content="XXXX" />
</head>
<body data-rsssl=1>
...
</body>
</html>
injected in the middle of the “header”, right inside the GTAG script. I’m not sure why it’s there but it definitely should not be there. I suppose you might have tried to insert some kind of verification codes there but that code is incorrect and incorrectly placed. You may need to review any manually added code snippets to sort that out.
2. When browser is trying to fetch form style file it gets “ERR_NAME_NOT_RESOLVED” error. This error means that browser tried to fetch asset from a given URL but could not resolve the domain name. This can be a DNS issue but more likely it’s a matter of some sort of misconfiguration on site.
In this case, the domain of the site is
hadjenumrahvergelijken.nl
but Forminator tries to fetch CSS from
hadjenumrahvergelijken.nl10051_85aa10fed3ab4b830acc9f80e3ae5702
That is related to how Forminator stores custom CSS but also means that there is some additional misconfiguration on the site.
That being said, you have tried to set the option recommended by Kris previously, exactly as he suggested, right?
/wp-content/uploads/forminator/
If yes, please try following:
– go to edit form in question
– make a small change in its “Appearance” settings
– update the form
– clear all cache on site/server
– test again
If it still doesn’t solve that, do revert the “Forminator -> Settings -> Data -> File Upload Storage section” back to default, again clear all caches and let us know here so we could check the site and browser console errors again.
Kind regards,
Adam