I was experiencing the same issue as the others, and I just updated to v 5.1.0. Now, instead of nothing happening after the contact form is submitted, I’m getting the following message:
no data found
This appears just below the “Thank you” message.
For a few more details, I’m getting the following json back from the cf7 feedback endpoint (/wp-json/contact-form-7/v1/contact-forms/1806/feedback).
{"into":"#wpcf7-f1806-p1797-o1","status":"mail_sent","message":"Thank you. Your download link is below."}
I notice that this json is missing the onSentOk
parameter which I’m seeing on your test site. Is there something that I’m missing? The json returned on the demo site follows for comparison:
{"into":"#wpcf7-f3186-p14628-o1","status":"mail_sent","message":"Thank you. Enjoy the download.","onSentOk":[" jQuery('#wpcf7-f3186-p14628-o1').append('<div><span class=\"et-icon\"><span><a href=\"https:\/\/www.mandsconsulting.com\/wp-json\/ebd\/file\/d384a4330e\" class=\"icon-button download-icon ebd_link \" target=\"_blank\">email before download live demo - test download<\/a><\/<\/span><\/span><\/br><\/div>'); "]}
If it helps, this is the site I’m testing on:
https://www.steelbridgesolutions.com/perspectives/successful-change-management/
Thanks!
-
This reply was modified 6 years, 10 months ago by cmborchert.