• Resolved mrwweb

    (@mrwweb)


    I suspect I see two different issues.

    1) On the import/export feeds page, I have four checkboxes with the value:

    Notice: Undefined index: feedName in /path/to/site/wp-content/plugins/importexport-add-on-feeds-for-gravity-forms/GFImportExportFeeds.class.php on line 281 for Contractor Form form (Add-on: Notice: Undefined index: sf-web-to-lead in /path/to/site/wp-content/plugins/importexport-add-on-feeds-for-gravity-forms/GFImportExportFeeds.class.php on line 281)

    I believe those are for four feeds created with a plugin that is now deactivated on the site.

    2) On all 12 feeds I can export, the labels for the checkboxes have identical for attributes: gf_feed_id[] echo absint( $feed['id'] ) ?>. Somehow it seems you’re escaping the for attribute. The “ID” of the input is the same.

    ———

    Finally, a quick piece of feedback: I had to get all the way to the “Import Feeds” screen before I realized the restriction around importing one form’s feeds at a time. Making a big note about this on the Export Feeds page would have been helpful.

  • The topic ‘Notices and Label Name Issue’ is closed to new replies.