Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
issue with visualformat field validation....
motlnt
Hi,
In TS 6.5,I have few visualformat editable fields in DCT.Once I try to save the 'required' fields it shows me an error popup saying the DCT can not be saved but it does not show any 'RED' error in front of the 'required' field.
any suggetions..
Thx in advance,
MJ
Find more posts tagged with
Comments
Nicholas
Please send your DCT, may be able to tell something then.
Thanks Nicholas
motlnt
ok...
here it is...
<?xml version="1.0" standalone="no"?>
<!DOCTYPE data-capture-requirements SYSTEM "datacapture4.5.dtd">
<data-capture-requirements type="content" name="Survey">
<ruleset name="Survey">
<description>Enter information for Survey.</description>
<script src="/iw/mercer/js/formapi/init.js" />
....
<item name="SIB2">
<label>SIB 2</label>
<description> Detailed information regarding the survey. This field should contain the most detail about the survey. Free form Visual Format fields / HTML. This field can be formatted using basic MS Word tools. There is no size limit, but if the document is more than five pages in MS Word, consider converting to PDF format, and linking the file using data submission tools functionality, or by adding the file as an attachment.</description>
<textarea cols="86" rows="10" required="t" external-editor="visualformat" external-editor-config="gis_visualformat_config.xml" external-editor-inline ='f' />
</item>
.....
</ruleset>
</data-capture-requirements>
kindly comment..
MJ
Nicholas
without entering any value when I click on SAVE getting red error message
Either required fields have not been filled out or fields contain invalid values. Please fix this before saving.
I don't know, what is the issue then.
Thanks Nicholas