lcastilloh
Forum Replies Created
-
Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] False positives honeypotHi Erik, I came across this old code in a post you made two years ago:
[file fileuploader filetypes:jpg id:uploader] <img id=”preview” src=”#” /> <script> var uploader = document.getElementById(‘uploader’); uploader.addEventListener(‘change’, (event) => { var binaryData = []; binaryData.push(document.getElementById(‘uploader’).files); if (binaryData) preview.src = window.URL.createObjectURL(binaryData[0][0]); }); </script>
It’s about image upload preview before submission. Would it be possible to implement this inside a WPForm? I know you created something similar for Contact Form 7, but I’m interested in doing it with WPForm.
Any help would be appreciated!”
Forum: Fixing WordPress
In reply to: Images on pages not showing upHi @olgabulat I saw your comments on this topic https://ww.wp.xz.cn/support/topic/customize-the-new-user-notification-to-user-email/
and your responses were great, I’m having the same problem with the emails I’m getting from the woocommerce registration form. It’s silly, but I don’t know how to solve it, I want to add spaces and place a colon (:) in the format that comes to me by mail as a result of new user registration, it’s something more cosmetic than programming. However I don’t know how to do it, I’m going crazy.
Below is the link of the screenshot where I want to put the space and the semicolon:
https://www.sincromyl.com/s.jpg
Can you help me?
Thanks!
Forum: Fixing WordPress
In reply to: Images on pages not showing upHi @olgabulat I saw your comments on this topic https://ww.wp.xz.cn/support/topic/customize-the-new-user-notification-to-user-email/
and your responses were great, I’m having the same problem with the emails I’m getting from the woocommerce registration form. It’s silly, but I don’t know how to solve it, I want to add spaces and place a colon (:) in the format that comes to me by mail as a result of new user registration, it’s something more cosmetic than programming. However I don’t know how to do it, I’m going crazy.
Below is the link of the screenshot where I want to put the space and the semicolon:
https://www.sincromyl.com/s.jpg
Can you help me?
Thanks!