Hi,
Just saw this error for one of the clients.. I have a radio button like this
Since I have field name ending with _required, CF triggers some sort of automatic validation processing. Thats why you see an error like: “Form entries incomplete or invalid.”Code:<td> <input type="radio" name="fit_required" value="Y"<cfif fit_required eq "Y"> checked="checked"</cfif> /> Yes<br /> <input type="radio" name="fit_required" value="N"<cfif fit_required eq "N"> checked="checked"</cfif> /> No </td>
My question is : I didnt see this error for almost 1 yr with so many users successfully using it and never having any problems whatsoever and now out of the blue one of the users got this error. Can you tell me why? What made the error to be silent for so long and what triggered it now???
Thanks,
Thanks





Bookmarks