There's a "hidden" field type among the types of fields you can choose
from. You can also use template code in each field's "default" value, for
example {{ request.user.email }} - keep in mind the user could tamper with
this.On Thu, Jul 31, 2014 at 2:05 AM, Radek Svarz <[email protected]> wrote: > We are playing with Mezzanine forms where we want registered users to > submit suggestions. > > All works well, however the entries do not store the user reference. > > How to make forms store the user reference? (or at least email of the > registered and logged in user) > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Stephen McDonald http://jupo.org -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
