Hmm, strange one this.

I'm building a form builder app.

When the form is output and filled in and submitted, if any form item is
called anything ending in '_required' then CFMX seems to perform some sort
of server side validation on it and returns an error message saying that the
field wasn't completed - even when it is!!!!

I'm not using cfform - just <form>

You can test it by creating a template called test.cfm and inserting the
following:

<cfif isDefined("form.testvalue")>
        <cfdump var="#form#">
</cfif>

<form name="testform" method="post" action="test.cfm">
<input type="hidden" name="testvalue" value="1">
<input type="hidden" name="date_required" value="uiyuiyuiyiyuiy">
<input type="submit">
</form>

Oddness, and very much unwelcome.

-------------------------------------------------------
Rich Wild
Senior Web Developer

-------------------------------------------------------
e-mango                         Tel: 01202 755 300
Gild House                      Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to