Skip to content Skip to sidebar Skip to footer
Showing posts with the label Forms

Javascript - Multiple Select Boxes, Remove 'selected' Options

We're wanting to rank people in order, but don't want to allow the same option to be select… Read more Javascript - Multiple Select Boxes, Remove 'selected' Options

Keep Checkbox Checked After Form Submit

I have a page where I am displaying sql results as a table. I have it so that all the options are c… Read more Keep Checkbox Checked After Form Submit

Jquery, Changing Form Action

i cannot seem to find the answer to this. i uploaded code to pastebin (so wouldnt clutter up the po… Read more Jquery, Changing Form Action

My Form Submits Data Even If It Is Invalid. But My Validation Works Fine

My code follows:. Testing the textarea Read more My Form Submits Data Even If It Is Invalid. But My Validation Works Fine

Submitting 2 Forms At The Same Time Using Javascript

I'm trying to submit 2 forms at the same time, using javascript. However, it seems like only th… Read more Submitting 2 Forms At The Same Time Using Javascript

How To Check Multiple Checkboxes In Javascript

I've just started to learn JavaScript and have run into a issue trying to get multiple checkbox… Read more How To Check Multiple Checkboxes In Javascript

Do Not Escape Special Characters On Form Submit

I have a form that submits via GET, and one of the hidden fields submits a list of category IDs, se… Read more Do Not Escape Special Characters On Form Submit

Class Name Instead Of Id For Live Output?

I have a form, and as the user inputs in the text field the output is visible further down. At the … Read more Class Name Instead Of Id For Live Output?