NextGEN can conflict with Gravity Forms.
If this happens then it prevents you adding new fields in to the entries preview page.
This post is how to resolve.
1. Download wp-config.php file from you public_html/
2. Add this code to wp-config.php
define('NGG_DISABLE_RESOURCE_MANAGER', TRUE);
3. Upload wp-config.php file to the server.
Image