Hello,
I have a <select> form field that uses the following JS:
function remindMe() {
if (document.getElementById('rec1pass').value == 'Night Season Pass') {
confirm("Did you know it is a better value to but an Almost Anytime Pass? Click OK to change your selection."); return false; }
}
with...
Hello,
I have a form with a <select> field named "shipping" which has 3 options. I need to add a hidden field type that will somehow grab the value of "shipping" and assign it to the hidden field "shipping2" when submitted. Seen below:
<select id="shipping" name="shipping">
<option...
Hello,
I am using the following script to record inside a cookie form elements that can be recalled on a future visit. I works great but it is recording "hidden" fields as well as standard input fields and this causes big problems for its application. Here is the script:
var expDays = 100;
var...
Hello all,
This is my first time here and my first post so please bear with me as I an new to the world of JS. I have been asked to implement a "unique" function on a form on our Website. You see we are setting up a PayPal cart and we need to have 2 SELECT fields where users select their...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.