Also I had read the documentation but exactly what I need is having a field
{{Date_field ("date", "size": 32}}
assign the default of the current date. Previously he had done with JavaScript but giving me that I can get the current date with:
{{Date ('d-m-y', time ())}}
How to join the two?
How do I assign a value to datefield?