Trying to check for form errors [closed]
Closed 12 hours ago.
Trying to check for form errors [closed]
Closed 12 hours ago.
Trying to check for form errors [closed]
Closed 12 hours ago.
Submitting a text in a HTML form with more than 1 space [closed]
Closed 14 hours ago.
How do I check the validity of a HTML form element without triggering the invalid event
In my snippet below you can see that I have a form where I wish to only enable the submit button after all input fields are correctly filled out.
How to send dependent html form fields?
There is the following problem:
How do I get this js validation running? [closed]
Closed 3 hours ago.
Handle multiple form to Json format
i want to make my form to json format so i can send it with ajax, so it has 1 parent, with multi addon, and the addons has multiple options
How to delay form submission of a form which has empty field checks
I have a form with empty field checks and been trying to delay the form submission after the field checks are done unsuccessfully. The below code is for 2 fields only(there are 7 fields).
Change url to file path
I have a form on my CPanel. The url show the path to the file the form is located (website.com/folder/subfolder/file-name). I want to change this url to something else (website.com/new-url). I tried the code below, but when I type website.com/new-url directly into the address box, it doesn’t show the form.