• Hi,

    javascript message is not showing after I have updated to latest version.

    In the meantime I have not installed any new plugins, etc…so, there should not be any conflict as message use to show.

    Strange thing is that message is showing if required fields data is not inputted but when you provide all mandatory fields there is no message showing that email was sent although I receive the email.

    Anybody having same issue with latest version?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    If I read this right, you are talking about looking a Contact Form 7 form on a web page, submitting and expecting to see a success/failure message after you submit.

    In that case you are on the wrong forum. Post on the forum for Contact Form 7 Plugin, not Contact Form 7 to DB Extension (this forum).

    Hi,

    I have the same problem as described above. The green ‘okay-message’ is not showing anymore since I start using this CF7 to DB Extention. Are you sure it hasn’t anything to do with this plugin?

    Plugin Author Michael Simpson

    (@msimpson)

    No. On reflection, I think it is possible that CF7 calls the hook to the Extension plugin and if that save to DB function hangs or throws and exception, it is possible it would stop CF7 form completing its code that we end up in the ok message. But I have not been able to reproduce this to be able to explore what the problem is.

    If you deactivate my plugin and you can get an ok message, and you activate my plugin and you can’t, then it has to be something related to my plugin not being able to save the data.

    I am having the same problem. I currently have 3 Contact Form 7 forms on my website. Only one submits and shows the response message, the others submit the info but never show the response message. I am using CF7 to DB Exension 1.8.6

    The form that submits correctly has the shortcode of [contact-form 1 "First"]

    The other forms are [contact-form 2 "Second"] and [contact-form 3 "Third"].

    Maybe it’s an issue with the [contact-form x "..."] part?

    Just upgraded to 1.8.7 and it worked.

    Plugin Author Michael Simpson

    (@msimpson)

    It may be working because the plugin is catching an exception. So I’m concerned that there may still be an error lurking in there. Check your PHP error_log file (if you have “error_log” defined) and see if there is “CFDB Error” in it. Post it here if so.

    Sorry, I don’t have access to the php error logs. I only have access to the site directory. It might be a good idea to store those errors somewhere in the plugin folder.

    Plugin Author Michael Simpson

    (@msimpson)

    You can put a php.ini file in the top level of your WP installation with a line like:
    error_log=/path/to/wordpress/error_log.txt

    Then your sites errors should go to that file

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Status message not showing’ is closed to new replies.