I have a Fluid Problem.
This code:
<f:form.textfield class="wettersuchinput" maxlength="4" type="email" name="zip" value="{zip}" placeholder="PLZ für Lokalwetter eingeben"/>
I want to fill just numbers in this input textfield. I tried to change the type in numbers, but that's not that i want to.
Can anybody help me to allow just numbers in this textfield ?
I am looking for a soluthion without viewhelper.
Thank you