How do I find the emails that were sent from the forms, I set the send to email to my preferred email address but when there is a message sent through the form It's not being recieved. Please help me
@visualmodo6 ай бұрын
Thanks for your comment!!!
@visualmodo6 ай бұрын
Probably your WordPress is not able to send emails, please follow it visualmodo.com/setup-smtp-wordpress-email-delivery/
@TiffanysDiamondDogs Жыл бұрын
How and where do I find the entries that are submitted through my WPForms? I keep getting emails from WPForms that I have entries, but cannot find where they are/how to access them!
@visualmodo Жыл бұрын
Entries are only present for the pro users, on WP - Dashboard - WPForms - Entries - Section.
@BangalorelomeeTeluguammai7 ай бұрын
One of the best video 🎉
@visualmodo7 ай бұрын
Thank you so much for your comment!!!
@HZGamingVR5 ай бұрын
Great Tutorial thank you :D
@visualmodo5 ай бұрын
You're welcome!
@desmosedici1272 Жыл бұрын
ciao Thank you for the very well explained video. I have a question: when a person then registers for the newsletter for example, do I have to do it manually in order to put him on a list of people who have registered? So I go and get his name and e-mail and put him on the list?
@visualmodo Жыл бұрын
No, you can ink it to your mailing system (exemplo = mailchimp) or expert an excel file with all the structured data
@desmosedici1272 Жыл бұрын
@@visualmodo ciao, grazie. thank you for your reply. But with WPforms, where do I go to find the command that prints out the list of subscribers to the newsletter or to a contact form in an excel file?
@@visualmodo ciao Thanks for the info. A licence is required, so a paid plan. With Contact Form, on the other hand, is it possible to do this for free?
@glyricstv8568 Жыл бұрын
how do you change the color of the button for example a submit button, can I style the color of the button?
@visualmodo Жыл бұрын
Yes, you can, and once you question is truly good, I'll raise a video about it
@unicorp28492 жыл бұрын
Excellent work, thanks a million
@visualmodo2 жыл бұрын
You are welcome!
@emmanuelkachi8599 Жыл бұрын
thank you very much mr visualmodo i love your tutorial ,, i am a new subscriber
@visualmodo Жыл бұрын
Thanks for your comment!
@Alphapresslimited Жыл бұрын
hey, I set up the contact form but can't seem to view any entries without a request to pay for this feature to view. Is it not free to use this feature?
@visualmodo Жыл бұрын
No, you'll only receive entries on your email inbox for free. If you're using any visualmodo theme, contact our support for alt solutions
@Alphapresslimited Жыл бұрын
@@visualmodo thank you
@visualmodo Жыл бұрын
Welcome!
@bijeeshbhargavannair1900 Жыл бұрын
I'm having trouble with the dropdown field in my WordPress form. All other fields are working. Can you help me?
@visualmodo Жыл бұрын
It can be a lot of things, but the first tests we do is changing the theme for the WP default one (2023) and deactivating other plugins to check if there no code incompatibility
@martinkaspar50952 жыл бұрын
Mega🎀👰🎀👰🎀 thats just great 💖💖💖 plz do more of such great vids
@visualmodo2 жыл бұрын
Thank you! Will do!
@ivydune41854 ай бұрын
So, this is a tutorial on how to install and customize the form, not on how to collect leads. Free version doesn't collect emails, correct?
@visualmodo4 ай бұрын
If you need to collect only emails address, without reading the form content, I recommend the embed of mailchimp kzbin.info/www/bejne/qIm4gaOtrNFqe80
@preethipriyadarshini7732 Жыл бұрын
Thank you for such an informative session 💯😊👍
@visualmodo Жыл бұрын
My pleasure
@RiazShah90 Жыл бұрын
I've set up everything however I am not receiving any emails from my contact form. Is there something I'm missing?
@visualmodo Жыл бұрын
you server probably have a closed door, You need to setup a WP Mail SMTP
@RiazShah90 Жыл бұрын
@@visualmodo will check that out thanks for replying
@visualmodo Жыл бұрын
Welcome
@gabrielalexandro730 Жыл бұрын
Awesome, can you please prepare a tutorial for Quill Forms?
@visualmodo Жыл бұрын
Sure thing, thanks for your comment
@druxambmedia Жыл бұрын
Good Job
@visualmodo Жыл бұрын
Thank you so much!
@miszczmateusz Жыл бұрын
how do you extract entries from WPforms lite???
@visualmodo Жыл бұрын
You should receive it on your email, and can connect it with MailChimp or Zapier for example
@miszczmateusz Жыл бұрын
@@visualmodo what about google sheet? Nvm i've installed other plugin that solved the problem
@visualmodo Жыл бұрын
What plugin?
@syedmuneeb6338 Жыл бұрын
@@miszczmateusz Which plugin you installed ? Does it integrate with googlesheet?
@miszczmateusz Жыл бұрын
@@syedmuneeb6338 man that was long time ago, do not remember if I'm still using this plugin
@prosperidam5 ай бұрын
Very helpful! Thank you very much Please, I created a form and a Thank You Page linked to it. But the challenge I'm having is that whenever the form is filled, instead of leading to the THANK YOU MESSAGE,it reverts back to submit. Please,what could be the problem?
@visualmodo5 ай бұрын
The issue you're experiencing with WPForms, where the form doesn't redirect to the Thank You page but instead reverts back to the "Submit" button, can be caused by a few common problems: 1. JavaScript Conflicts Sometimes, other plugins or themes can conflict with WPForms' JavaScript, which is responsible for handling the form submission and redirection. Solution: Try deactivating other plugins one by one and see if the issue persists. Also, switch to a default WordPress theme (like Twenty Twenty-One) to see if the problem lies with your theme. 2. Caching Issues If you have a caching plugin enabled, it might be serving a cached version of the page, causing the form not to function properly. Solution: Clear your website's cache and browser cache. If you're using a caching plugin, temporarily disable it to see if that resolves the issue. 3. Form Validation Errors If the form has any validation errors (such as required fields not being filled out correctly), it will not redirect and instead show an error. However, if the error messages are not visible, it might seem like the form just reloads. Solution: Ensure all required fields are correctly filled out and check for any hidden validation error messages. 4. Incorrect Thank You Page Settings Ensure that the Thank You page is properly set up in WPForms. Solution: Go to the form settings and verify that the correct redirect option is selected, and the URL for the Thank You page is accurate. You can also try using a different Thank You page or message to see if that resolves the issue. 5. JavaScript Disabled in Browser If the user's browser has JavaScript disabled, it might prevent the form from functioning correctly. Solution: Ensure that JavaScript is enabled in the browser you're testing with. 6. Server-Side Issues Sometimes, server settings or security measures (like Content Security Policy) can interfere with the form's operation. Solution: Check with your hosting provider to see if there are any server-side settings that might be blocking the form's submission process. By troubleshooting these areas, you should be able to identify the cause of the issue and get your form working as expected.
@prosperidam5 ай бұрын
@@visualmodo thank you so much for your detailed responses and explanations! I will check through all the processes you highlighted one by one. Will give feedbacks shortly
@hamza.t Жыл бұрын
Can you say me how to make ,when someone send me messege from wpf this messege come to My mail
@visualmodo Жыл бұрын
Normally all the message should go to your email, if not, you need to search for a SMTP plugin All the best
@hamza.t Жыл бұрын
@@visualmodo i have the problem with every form pluggin ,whrn i send mail this mail never go to email adres.it dont work or i dont Know how to setup it
@visualmodo Жыл бұрын
Did you already did the connection using the SMTP plugin?
@zinhlewenkosibridgettejiyane Жыл бұрын
Go to your WPForms Builder then settings then notifications then at the top where it is written (send to email address) put your email in that field... It will work
@economestre Жыл бұрын
TOP TOP TOP TOP TOP!
@visualmodo Жыл бұрын
Thank you so much for your comment!
@len.20112 жыл бұрын
😃😃😃😃😃
@visualmodo2 жыл бұрын
Thanks for your comment!
@jaredsdias2 жыл бұрын
👏👏👏
@visualmodo2 жыл бұрын
Thank you!
@3rdtwirl494 Жыл бұрын
Someone emailed but I can’t reply. The smtp isn’t connected. I’m go daddy. Can you help😊
@visualmodo Жыл бұрын
You need to connect your WP installation with the emailing server, try to install WP Mail SMTP by WPForms