You don't need a hidden form element. You can set the value to:
<?php echo(date('Y-m-d H:i:s')); ?> directly in the column binding.
I don't think DW will allow you to reference mySQL functions. It doesn't pass the sql injection checks that are in place. Quotes are put around all date fields, so I just don't think the NOW() technique will work.