Question

Photo of Jeremy Turgeon

0

Adding Date/Time to Registration

After filling out a registration form, the 'Registrations' tab of Rock shows some of the information while the 'Registrants' tab shows other information. I need to get the 'When' date to the Registrants tab or find a way to timestamp that information within the registration form so it can easily be exported. 

Using Lava and an Internal field (tried Text, Memo, HTML, and Code Editor) in the registration form hasn't yielded any success. Is this doable?

The lava I'm trying to use is {{ 'Now' | Date:'M/d/yyyy' }}

  • Photo of Jim Michael

    0

    I wracked my brain a bit and even tried a few things, but I sure don't see a way to do this. I thought maybe making a datetime attribute with a default of "now" would somehow work, but I couldn't get it done.  Perhaps instead of hacking a solution this belongs as an enhancement request in the back book?