Is there code to determine if user is using a mac

Hello, Im having a problem where my new forms page wont submit for mac users… Is there code that can tell me if a user is using a mac?
that way I can redirect mac users to a simpler table structured form…

my old form used tables and it worked for everyone…
my new one used css instead of tables and mac users have an issue where the submit button wont respond.

just wondering…
thanks.

You’re probably using <button>, try with <button type=“submit”>, or <input type=“submit”>

oh man, you are exactly right… i used the input type, but i set it to a class with the name button… I took that off, and I’ll wait & see if anymore mac users complain… thanks alot! :slight_smile:
sincerely