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
Junior Entry ($7)
Senior Entry ($15)
First Name:
Surname:
Address:
Town:
Postcode:
Email Address:
Telephone:
I wish to have my entries returned by post ($15):
Yes
No
Title of Entry
Category
Your Sale Price
Entry Price
Add Entry
Total Entry Price:
0
Print Form
Submit
Pay Now
document.getElementById("photographyForm").addEventListener("submit", submitForm);
Photography Entry Form
Photography Entry Form
Junior Entry ($7)
Senior Entry ($15)
First Name:
Surname:
Address:
Town:
Postcode:
Email Address:
Telephone:
I wish to have my entries returned by post ($15):
Yes
No
Title of Entry
Category
Your Sale Price
Entry Price
Add Entry
Total Entry Price:
0
Print Form
Submit
Pay Now