I’m having some problems with foriloop. Clearly I can’t use this to create two new lines at a time, but it’s really what it needs to do. Is there any other possibility? This is what I get now.
I want to create a new input field for name and birthdate, everytime a name is filled in.
||{% fori kids in custom.kinderen.tenlaste %}
{% newline %}
||Naam
| {% input kids.naam %}{% endfori %}
{% newline %}
||Geboortedatum
|{% input kids.geboortedatum as:date %}