Actions
Bug #14237
closedFlexforms don't show default values
Start date:
2004-07-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have configured some default values in my flexforms. They aren't shown when i load the form. I have configured some fields with <eval>required</eval> and this doesn't work too.
<T3DataStructure>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LDAP SERVER</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<hostname>
<TCEforms>
<label>ldap server hostname :</label>
<config>
<type>input</type>
<size>30</size>
<default>ldap.mydomain</default>
<eval>required,nospace</eval>
</config>
</TCEforms>
</hostname>
<port>
<TCEforms>
<label>ldap server port :</label>
<config>
<type>input</type>
<size>10</size>
<default>389</default>
<eval>required,int</eval>
</config>
</TCEforms>
</port>
<binduser>
<TCEforms>
<label>bind user :</label>
<config>
<type>input</type>
<size>30</size>
<eval>trim</eval>
</config>
</TCEforms>
</binduser>
<bindpass>
<TCEforms>
<label>bind password :</label>
<config>
<type>input</type>
<size>30</size>
<eval>trim,password</eval>
</config>
</TCEforms>
</bindpass>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
(issue imported from #M214)
Files
Actions