Hello, I would like to compute a field on update, but I think all the request.vars needed to my lambda compute function are not passed to form.vars...
What I should do to make sure all the needed vars are available to the lambda compute function? form.vars.varname = request.vars.varname ?? Thanks Richard