CF7, using FlashForms

<CFFORM  FORMAT="flash" ...
<CFINPUT TYPE="text" NAME="UserID" VALUE="#UserNo#"
REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
FirstName'"
READONLY="true" LABEL="User No.:" WIDTH="100" MAXLENGTH="8"
STYLE="background-color:##DDDDDD;">
<CFINPUT TYPE="text" NAME="UserName" VALUE="#FullName#"
REQUIRED="yes" message="Please ensire the format is 'Surname,
FirstName'"
READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
STYLE="background-color:##FFFFFF;"  />

I wanted to add a simple message to the right of the UserName textbox:

<font size="-2" style="color:red">* Please ensure the format is
'Surname, FirstName'</font>

obviously straight HTML is ignored...

suggestions?

thanx
barry.b
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to