Your name Your email Subject Your message (optional) Securing Your WordPress Site with Fail2Ban and Nginx In the ever-evolving landscape of cybersecurity, fortifying your WordPress site against malicious activities is paramount. One formidable tool in this arsenal is Fail2Ban, a versatile intrusion prevention software that adds an extra layer of protection by monitoring logs for […]
Month: August 2021
Blog / Contact form 7
Show a Qr Code on contact form 7 mail submit
Your name Your email Subject Your message (optional) This example show how display a QR code on mail submit with Contact Form 7 For first go to the 3rd tab and edit the success message (the first) adding at the end %%[_date]-[_serial_number] (so the message will look like “success message sent %%[_date]-[_serial_number]”) ref. https://wordpress.org/support/topic/show-qr-code-on-successful-submission/
Blog / Contact form 7
CF7 change input value on onChange using jQuery
Your name Your email Subject Your message (optional) This example explains how to get a value with jQuery from a select and set another input value dynamically ref. https://wordpress.org/support/topic/most-elegant-way-to-achieve-this/
Blog / Contact form 7
Submit button withdrawal
Your name Your email Subject Your message (optional) you can enable the send withdrawal of the form (like in gmail) and abort the submission. Add this code to functions.php ref. https://wordpress.org/support/topic/withdrawal-button/