Reena SB
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Unable to view placeholders after submitting the form – IE11Can someone help me on this?
Forum: Plugins
In reply to: [Contact Form 7] Required Fields Validation error not appearingI had the same issue and I found to have fixed the issue by removing the line 148 and 149 from the script.js file.
if (_wpcf7.supportHtml5.placeholder) return this;Comment out the above code. I am not sure whether its a right fix but it worked for me.
Forum: Plugins
In reply to: [Contact Form 7] Placeholder text validating required fields error!This is fixing the issue but I also found that the responsive button is not displaying the menu options on click.
Can anyone help me in fixing this issue?
Forum: Plugins
In reply to: [Contact Form 7] Placeholder text validating required fields error!I had the same issue and I replaced
if (! submit.length) return;withif (! submit.length || submit == this.find('[placeholder]').wpcf7Placeholder()) return;but the response button is not working for me. Any idea how to fix this?Forum: Plugins
In reply to: Validation – Contact form 7
Viewing 5 replies - 1 through 5 (of 5 total)