草色青青
Results
1
comments of
草色青青
> why column updated_at not updated when i submit form? work around like below: ``` formList.SetPreProcessFn(func(values form2.Values) form2.Values { values.Add("updated_at", time.Now().Format(time.RFC3339)) return values }) ```