Form emails are referred to as Notifications. To configure Notifications you go to Edit Forms and hover over the form and select the "Notifications" link that will appear.
See this documentation:
http://www.gravityhelp.com/documentation/edit-forms/notifications/
As for the calendar icon, you need to make sure your theme has both the wp_head() function called in your themes header.php file AND the wp_footer() function call in your themes footer.php file. These are necessary for Gravity Forms to output necessary javascript in the header and footer of your site.
You can read more about these here:
http://codex.wordpress.org/Function_Reference/wp_head
http://codex.wordpress.org/Function_Reference/wp_footer
Make sure they are in place as Gravity Forms relies on this functionality being present in your theme and every theme should have these functions as a standard feature.
Posted 13 years ago on Wednesday February 16, 2011 |
Permalink