To amend "forms-field-styling.xsl":
    <!-- required mark -->
    <xsl:if test="@required='true'">
      <span class="forms-field-required">*</span>
    </xsl:if>
---><span class="forms-field-required"></span>

----- Original Message ----- 
From: "Derek Hohls" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 03, 2004 2:41 PM
Subject: Forms styling: showing required OR validation symbols


> The current forms stylesheets supplied with Cocoon
> work very well for most purposes... however, I now
> have a quite crowded form where space is at a 
> premium.  Ideally I would only like to have one "hint"
> symbol next to each field ie. if the field is required it
> will have a "*".   But if the user neglects to fill in that
> field, and the form is redisplayed, there is a "!!" and "*"
> This is actually redundant and also causes the form field
> alignments to go out of sync.  
> 
> If anyone knows of a way to ONLY display the validation
> symbol and NOT the required symbol as well, please
> let me know.
> 
> Thanks!
> Derek
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> MailScanner thanks transtec Computers for their support.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to