Ok.
1. Add “email” to the hidden field default value
2. add “add_filter(‘gform_field_value_email’, ‘pf_populate_email’));” to my functions.php
3. add “<?php get_query_var( $var ) ?>” to my functions.php page.
Do I need to customize any of that code?
Am I missing anything?