Hi,
I can't figure out why the required attribute of html5 seems not working properly in PHPdesktop - chrome, and when I view same page using "Open page in external browser" their it works. I can see the alert msg "Please fill out this field." but it's not showing in PHPdesktop.
Nothing fancy just simple code....
<form>
<input type="text" placeholder="Guest Name?" required />
<button>Click</button>
</form>
Can you suggest how to resolve this ...
Thanks.