by HSNMSupport »
09 Jan 2020, 16:14
Hi Angelos
Wifi4EU is an European WiFi project that suddenly evolve. At the moment HSNM is compatible
With version 7.x it allows you to simply define, on domain, the network identifier and the “autotest” mode for WiFi4EU in order to automatically enter, on the HTML login page, the requested snippet.
WiFi4EU.jpg
Instead, if you are using, the version 6.x of HSNM you have to manually define the following snippet in the custom HTML header of the template
<script type="text/javascript">
var wifi4euTimerStart = Date.now();
var wifi4euNetworkIdentifier = 'AAAABBBBCCCC';
var wifi4euLanguage = 'it'
var selftestModus = true;
< /script>
< script type="text/javascript" src="https://collection.wifi4eu.ec.europa.eu ... "></script>
where instead of AAAABBBBCCCC you must add the "Network Identifier" provided by WiFi4EU and instead of 'it' you must set your country code. Then, when you will finish the test with WiFi4EU, you must set the selftestModus variable to "false"
Best regards
You do not have the required permissions to view the files attached to this post.