Some times Contact Form 7 gives Error: An error occurred while trying to send your message. Please try again later. on form submit. That time […]
Why type=”file” does not Work with Safari Browser? in Contact Form 7
Note: Script Must be written in header <script>jQuery(function() { var input_file = []; jQuery(‘form.wpcf7-form’).on(‘submit’, function() { console.log(“——————————-“); var i = 0; jQuery(‘input[type=file]’).each(function() { if (jQuery(this).val() […]
Contact Form 7 Data POST
How to pass/post Contact Form 7 Data another storage or API? Download Contact Form 7 Data POST Plugin and write your custom code in plugin file […]
Add Overlay on Contact Form 7 Submit Button
=> Add below script in WordPress Footer <script type=”text/javascript”>jQuery(document).ready(function (){ // Contact Form 7 Submit Button Overlay var OriginalSubmitValue; jQuery(‘.wpcf7-submit’).on(‘click’, function () { OriginalSubmitValue = […]