Title: camgian's Replies | WordPress.org

---

# camgian

  [  ](https://wordpress.org/support/users/camgian/)

 *   [Profile](https://wordpress.org/support/users/camgian/)
 *   [Topics Started](https://wordpress.org/support/users/camgian/topics/)
 *   [Replies Created](https://wordpress.org/support/users/camgian/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/camgian/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/camgian/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/camgian/engagements/)
 *   [Favorites](https://wordpress.org/support/users/camgian/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Before Download] Email before download wrong blank url](https://wordpress.org/support/topic/email-before-download-wrong-blank-url/)
 *  [camgian](https://wordpress.org/support/users/camgian/)
 * (@camgian)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/email-before-download-wrong-blank-url/#post-6975530)
 * It looks like a very specific setting of $email to the short code name ‘your-
   email’ from CF7 seems to be the culprit here:
 * Line 406 email-before-download.php
 *  $email = $cf7->posted_data[‘your-email’];
    //compare email againts not allowed
   domains. $forbidden_domains = get_option(’email_before_download_forbidden_domains’);
   $domains = explode(‘,’, $forbidden_domains);
 * Then again at: 525
 *  $link_data[’email’] = $cf7->posted_data[‘your-email’];
 * which causes the insert at line 528 to fail
 *  $wpdb->insert( $table_link, $link_data );
 * So the download mapping is not properly passed to the user.

Viewing 1 replies (of 1 total)