Form validation returning FALSE |
04-17-2019, 11:38 AM
(This post was last modified: 04-18-2019, 08:27 AM by gmgj. Edit Reason: added new information )
I have the same issue, upgrading from 2.x to 3.x. I wanted to say thanks for posting and I am off to try the bandaid mentioned. Please PM me if you would like to discuss anything about this issue. Update Thu Apr 18,
I tried the the bandaid mentioned it got me farther along I tried this: Changing my <form action="xxxxxxxx" method="POST"> to <form action="xxxxxxxx" method="post"> My headers for form submission: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> [HTML Tidy] <form> attribute value "POST" must be lower case for XHTML it did not work
I wrote my first program in 15 minutes. It took me 3 hours to keypunch it.
I wrote my first BASH script in 5 minutes. It took me a day to find out I had to put a . (period) in front of it to get it to execute. |
Messages In This Thread |
Form validation returning FALSE - by dwlamb - 10-14-2017, 12:05 PM
RE: Form validation returning FALSE - by dave friend - 10-14-2017, 01:59 PM
RE: Form validation returning FALSE - by PaulD - 10-15-2017, 04:58 AM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 10:23 AM
RE: Form validation returning FALSE - by dave friend - 10-15-2017, 11:46 AM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 01:06 PM
RE: Form validation returning FALSE - by dave friend - 10-15-2017, 06:01 PM
RE: Form validation returning FALSE - by dwlamb - 10-15-2017, 06:45 PM
RE: Form validation returning FALSE - by dave friend - 10-16-2017, 08:21 AM
RE: Form validation returning FALSE - by gmgj - 04-17-2019, 11:38 AM
RE: Form validation returning FALSE - by gmgj - 04-30-2019, 03:48 PM
RE: Form validation returning FALSE - by dave friend - 05-01-2019, 09:56 AM
|