I am not familiar with CSS and have managed to screwup my login page for my hotspot. It all looks correct but when you go to hit the ‘OK’ button it does nothing. Let me know what I can give you in information to help solve this. Thanks
You could copy your files to your local hard drive and reset the html and compare the differences.
/ip hotspot reset-html numbers=0
Instead of numbers=0 you want to use the number of the hotspot server with the issue. Or you could reset the html on the wrong server. This assuming you have more than one.
Here is the okay button from one of mine.
<input type="submit" value="OK" />
Excellent, worked great. I knew it was going to be something simple. Thanks again!