[TYPO3-50-general] [OT] Questions about FLOW3

Sebastian Kurfürst sebastian at typo3.org
Tue Mar 17 10:40:23 CET 2009


Hi Robert,
Slightly off-topic:

> Look at this (Fluid-based) HTML form:
>
> 	<f3:form method="post" action="create">
> 		<label for="name">Name</label>
> 		<f3:form.textbox name="newBlog[name]" property="name" />
> 		<label for="description">Description</label>
> 		<f3:form.textarea name="newBlog[description]"  
> property="description" />
> 		<f3:form.submit>Create</f3:form.submit>
> 	</f3:form>
Give the form a name="newBlog" property, then you can leave out the  
name="newBlog[description]" stuff in every form element, as this is  
handled by the framework automatically.


Greets,
Sebastian


More information about the TYPO3-project-5_0-general mailing list