[Typo3-dev] Flexforms and form wizard

Peter Russ peter.russ at 4many.net
Thu Dec 15 22:51:56 CET 2005


Trying to add the form wizard to a flexform, gives either correct values 
for the form wizard (i.e. content will be stored XML compatible for the 
wizard xmlOutout=1) which deletes all other values or the wizard tries 
to display the T3FlexForms XML line by line (xmlOutput=0) :-(

xmlOutPut=1 content of tt_content.pi_flexform
<T3FormWizard>
	<numIndex index="2" type="array">
		<type>input</type>
		<label>Test</label>
		<required>1</required>
		<fieldname>test</fieldname>
		<size>15</size>
		<max>15</max>
		<default>8</default>
	</numIndex>
</T3FormWizard>

xmlOutPut=0 content of tt_content.pi_flexform
<?xml version="1.0" encoding="iso-8859-15" standalone="yes" ?>
<T3FlexForms>
     <data type="array">
         <sDEF type="array">
             <lDEF type="array">
                 <formular type="array">
                     <vDEF></vDEF>
                 </formular>
                 <text type="array">
                     <vDEF>Dies ist ein Test</vDEF>
                 </text>
             </lDEF>
         </sDEF>
     </data>
</T3FlexForms>


Is there any fix for the wizard_forms.php for Flexforms or do I miss 
something?
Any hints welcome.

Regs. Peter.

-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ




More information about the TYPO3-dev mailing list