Teamsite 6
I need to add the following to the description (the little question mark icon next to the input fields) section of some of my fields in my datacapture form.
Use HTML for the following trademarks:
® = ®
But, when I use this it the datacapture form has a problem with the ® and won't display the form (as to be expected). The other problem is that the ® comes up as the actual symbol. I could use some spaces between them to break them up, but then I am afraid my users will copy the ascii characters and paste them into their document with the spaces.
Here is what I have in my datacapture.cfg.
<item name="title">
<label>Title</label>
<database data-type="text" />
<description>Use HTML for the following trademarks: ®=®description>
<text required="t" size="35">
</text>
</item>
Any suggestions?
Edited by taalgaard on 06/24/04 07:57 AM (server time).