Forum Moderators: open
Therefore, I'm interested in knowing if people that fill out the form have JavaScript enabled.
I'm thinking of using some code like below, but I noticed that even if I have JavaScript disabled, I still get "yes". Therefore its giving me some false positives.
Any idea how I can do this better? I'm using PHP if its of any consequence.
Thanks
<script type="text/javascript">document.write("<input type='hidden' name='js' value='yes'>")</script>