Title: nwjeff's Replies | WordPress.org

---

# nwjeff

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/nwjeff/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nwjeff/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced IP Blocker] Is this a bug?](https://wordpress.org/support/topic/is-this-a-bug-15/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 weeks, 3 days ago](https://wordpress.org/support/topic/is-this-a-bug-15/#post-19000816)
 * Thank you very much for your quick response and action!
 * The website was updated as you recommended and is operating normally.
 * NB: The website does not have automatic updates turned on for the plugin. The
   debug log entry is due to the cron job that does periodically check for plugins
   that have the automatic update turned on. The error happened when the AIB plugin
   was manually updated to the 8.12.2 version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months ago](https://wordpress.org/support/topic/save-and-continue-warning/page/2/#post-18942648)
 * Confirming that the new build 1.55.0 appears to have fixed the warning issue 
   with save and continue functionality.
 * Thank you, I consider this resolved also.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18928978)
 * Thank you for your diligence in hunting down the source of the warning. Looking
   forward to seeing the improvement. Will I need to modify my form or will the 
   improvement work with the current design?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18928170)
 * Greetings — Want to let you know that I have submitted a link to the theme files,
   as requested. Please check for the email from me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18924548)
 * After looking at the front-mail.php some more I have to ask, why is the get-files
   even being called at this point? All of the files should have been gathered and
   saved when the link is created, whether or not an email is being sent. Also, 
   in the debug log, the step before get-files, process-mail appears to be where
   email is already sent; why is getting files needed after that? Thanks again for
   looking at this with me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18924475)
 * Here is the link to the form showing the actual data used, except the email address
   has been modified to hide my information (link should be good for a couple more
   days): [https://mustangsnorthwest.com/membership-info-2/mustangs-northwest-membership-application/?draft=8aad6fa00824](https://mustangsnorthwest.com/membership-info-2/mustangs-northwest-membership-application/?draft=8aad6fa00824)
 * I agree, that the warning is generated when the Send Draft Link in email option
   is selected. Note that when I duplicated the problem, I was using a valid email
   address to send the draft link and I did receive the email with the correct link.
 * The warning is being generated in the Forminator routine that is getting the 
   files to email (forminator/library/modules/custom-forms/front/front-mail.php 
   on line 95), the link itself was already created. The routine iterates through
   the input data (foreach()) and there appears to be 32 items that are not of the
   correct type (foreach expects to get an array or object).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18923943)
 * I did a bit more testing. After filling out form, I requested the save but I 
   waited to see if anything was written to debug log and got nothing new. After
   this pause, I selected the Send Link in Email option and immediately the debug
   log was updated with the warning message, same as before. The warning message
   occurs 32 times in the debug log and then stops. Appears to definitely be triggered
   by selecting to have the Save Link sent in an email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18923892)
 * Here is a bigger sample from the debug log: [https://pastebin.com/aeBwuGfx](https://pastebin.com/aeBwuGfx)
 * Once it starts, it appears to be the same lines repeated, over and over. Pastebin
   has a 512kb limit so I only pasted as much as could fit. This sample is from 
   my test on 20260529, with my own email address, which has been hidden. The first
   sample was from a different person, that actually submitted the form. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18923450)
 * Greetings,
 * Yesterday , May 28th, I updated website to latest build of Forminator. Today,
   I retested and reproduced the warning message in the debug log. To do this, I
   fill out the form, selecting the “Family membership” option. Then, at the end
   before paying I select the Save option. The link is generated but then I continue
   to input my email address and have the restore link emailed to me. When I checked
   the debug log, there was the warning message again, but showing my email address
   in the stack trace. I did receive the email link and it worked ok to restore 
   the form. When you said you tested the form, did you fill it out and did you 
   have the restore link emailed to you?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Save and Continue Warning](https://wordpress.org/support/topic/save-and-continue-warning/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [3 months, 3 weeks ago](https://wordpress.org/support/topic/save-and-continue-warning/#post-18922302)
 * Thank you for looking into this.
 * Here is the form export link: [https://pastebin.com/Kux9P7hV](https://pastebin.com/Kux9P7hV)
 * The website is one version behind the latest plugin release. I just saw the new
   update yesterday. The changelog did not suggest anything related to this issue
   was fixed, so I did not apply the update since the incident happened before the
   update and it only occurs when the save and continue feature is actually used.
   Also, I frequently wait a few days before applying an update to see if the update
   is causing any new issues for users (unless it is a critical issue, like causing
   a crash of website).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AAA Option Optimizer] Start Migration??](https://wordpress.org/support/topic/start-migration/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/start-migration/#post-18841505)
 * Cleared browser cache and this time it worked, just as you described. No errors
   in console either. Sorry for the noise. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FluentSMTP – WP Mail SMTP Plugin with Amazon SES, SendGrid, Mailgun, Postmark, Cloudflare, toSend, Gmail and Any SMTP] PHP Errors](https://wordpress.org/support/topic/php-errors-342/)
 *  [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [6 months, 3 weeks ago](https://wordpress.org/support/topic/php-errors-342/#post-18831625)
 * I am seeing the same issue in the log file, how was this resolved? Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Clarification about Updating Volunteer Sign Up Sheets using zip file](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/#post-18526789)
 * Yes, I received a license code and entered it in settings, so I should be good
   to go now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Clarification about Updating Volunteer Sign Up Sheets using zip file](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/#post-18526747)
 * Uploading the zip file worked great! Thank you for the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Volunteer Sign Up Sheets] Clarification about Updating Volunteer Sign Up Sheets using zip file](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/)
 *  Thread Starter [nwjeff](https://wordpress.org/support/users/nwjeff/)
 * (@nwjeff)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/clarification-about-updating-volunteer-sign-up-sheets-using-zip-file/#post-18525455)
 * Thank you for the quick reply! I will use that first method, sound much easier
   and less prone to error. I thought I recalled that method could be used with 
   other plugins but I could not find it for Volunteer Sign Ups. I have been using
   the Sign Up Sheets to schedule volunteer helpers for the annual car show put 
   on by a Mustang car club (Mustangs Northwest). It works great, if we could only
   get a few more volunteers, though!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/nwjeff/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nwjeff/replies/page/2/?output_format=md)