[TYPO3-mvc] use object-data in formhandler

Johannes C. Schulz [EnzephaloN IT-Solutions] info at enzephalon.de
Fri Jul 22 14:06:23 CEST 2011


Hello

As you can see Sebastian wrote an other kind of solution.But thanks tio for your help - but one little question left: 
Its possible to define input-fields outside from <form>-tag? I thought this isnt possible cause the values will not be processed.

Best regards

Johannes C. Schulz

Von Samsung Mobile gesendet

Pankaj Lele <pankaj at lelesys.com> hat geschrieben:

>Hello Johannes,
>
>> Formhandler is extension that followed mailform plus.
>> If I add a formfield to my fluid-template, its outside of the fieldset which is generated by formhandler. So it will not be processed.
>> Any other ideas?
>
>Try this:
>
><f:form name="myForm" fieldNamePrefix="tx_formhandler_xxx">
><f:form.textfield name="name" value="{item.name}" />
></f:form>
>
>This should generate a field something like:
>
><input type="text" name="tx_formhandler_xxx[name]" value="xyz" />
>
>This form will be submitted to the current page as no action=""
>attribute is set for the <f:form>
>
>Hope that helps.
>
>-- 
>
>With best regards,
>Pankaj Lele
>---------------------------
>
>CTO & Executive Director
>Lelesys Infotech Pvt. Ltd.
>Pune/Goa, India
>
>Web: http://www.lelesys.com
>
>[Certified TYPO3 Integrator]
>_______________________________________________
>TYPO3-project-typo3v4mvc mailing list
>TYPO3-project-typo3v4mvc at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>


More information about the TYPO3-project-typo3v4mvc mailing list