I have an app that ask 2 things 1. How do you feel? 2. what date is it?
The answer to question 1 is shown correctly in the list but the date is always the value of the last entry.
To display the date, I have in the template:
@Content.Datum.ToString("dd-MM-yyyy")
(Datum is not misspelled, just Dutch)
- do I use the date the wrong way?
- if I should be using prefill that would be ok too but it is available for all registered users, so it would need to fit in the default code snippet as explained on https://github.com/2sic/2sxc/wiki/javascript-%242sxc.cms