Do you have any more detailed explanation of how to automatically create forms with WP network mode? I saw in the new version overview the info below but I'm not a coder and still had some questions.
What is typically replaced in the "full/path/to/"? Is that gf_import.xml file automatically created or should it already exist? If it's created, where should it go within the WP folders (that might answer my first question about the path...). I know these are probably basic questions but I tried a few ways of modifying the wp-config.php and ended up getting errors. Thanks.
=========== from the new version release notes
When a new site is created, Gravity Forms can automatically import forms into that new site using the standard Gravity Forms XML export file. You can pre-define the export file to import in your wp-config.php file by adding define(“GF_IMPORT_FILE”, “full/path/to/gf_import.xml”);
Along with the ability to create forms automatically in WordPress 3.0 Network mode, themes can now include a form export file and tell Gravity Forms to create a form(s) when the theme is activated. You can pre-define the export file to import in your themes function.php file by adding define(“GF_THEME_IMPORT_FILE”, “gf_import.xml”);
============