Photography Entry Form function isTabletDevice() { return /iPad|Android(?!.*Mobile)|Tablet/i.test(navigator.userAgent); } window.addEventListener("load", function () { if (isTabletDevice()) { const form = document.getElementById("photographyForm"); form.addEventListener("submit", function(event) { event.preventDefault(); // Call submit logic manually (already defined) submitForm(event); }); } });

Photography Entry Form
















Yes No

Title of Entry Category Your Sale Price Entry Price


Total Entry Price: 0





document.getElementById("photographyForm").addEventListener("submit", submitForm);
Photography Entry Form

Photography Entry Form
















Yes No

Title of Entry Category Your Sale Price Entry Price


Total Entry Price: 0