[TYPO3-german] EXT_formhandler: Validator springt nicht an

Reinhard Führicht rf at typoheads.at
Tue Nov 3 14:36:10 CET 2009


Rainer Schleevoigt schrieb:
> 
>>
> das schau ich mir mal an.  So steht es im DOM:
> <input type="submit" name="unfall[submitted]" value="Absenden"  
> name="unfall[step-2]" />
> 
> 

Fällt dir daran etwas auf? Eigentlich sollte es so aussehen und ist auch 
sicher in den Beispielen so im Template:

<form action"###REL_URL###" method="POST">
	<input type="hidden" name="unfall[submitted]" value="1" />
	...Felder...
	<input type="submit" ###submit_nextStep### value="Absenden" />
</form>

Viele Grüße,
Reinhard


More information about the TYPO3-german mailing list