Jade
Forum Replies Created
-
Hi @jorcus,
I tried adding the code in my local setup and it works as intended.
Would you mind mentioning where you added the code and what do you mean by it doesn’t work on shortcodes?
Thank you.
Hi @wcadigital,
Currently we don’t have the conditional pages feature. I’ve made a note of the feature request and we’ll keep it on our radar to be reviewed as we plan out our roadmap for the future.
Thank you for the suggestion!
Hi @envox,
We’re so sorry for the confusion!
With WPForms Lite, you can set up form notifications to send out form submission details to your preferred email address.
Currently WPForms Lite does not have the feature to store entries, and we’ve provided clarification about this on the Entries page in Lite. And if you have any suggestions on how we can better clarify the entry page notice in Lite, please let me know.
If ever you decide to upgrade to the paid version, you can certainly store and manage future entries on your site.
And if you’d like more help with using WPForms Lite, please feel welcome to post in our WPForms Lite support forum.
Thanks!
Hello @locker17,
Thanks for writing in.
Can you please update this line of code you have added:
add_action( 'wpforms_frontend_output_success', 'wpf_dev_frontend_output_success', 10, 3 );
to
add_action( 'wpforms_frontend_output_success', 'wpf_dev_frontend_output_success', 0, 3 );
Then try submitting a test entry and see if it moves the confirmation message.
I hope this helps and please feel free to let us know how it goes.
Hi @aibtreger,
You’re most welcome! I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @ayavilevich,,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @opsum,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hi @tokyomagic,
I hope the email delivery is fixed once you’re able to setup the SMTP plugin. I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hello @pablomassa,
Thanks for providing the link.
I took a look at the form and I believe I see the issue with the checkbox/radio button styling. The WordPress theme is changing the browser’s default appearance for checkbox/radio button inputs and that’s conflicting with WPForms styles.
To address this, we need to make some small CSS tweaks, which I’ve included below:
.wpforms-container input[type=radio] { -webkit-appearance: radio !important; -moz-appearance: radio !important; appearance: radio !important; } .wpforms-container input[type=checkbox] { -webkit-appearance: checkbox !important; -moz-appearance: checkbox !important; appearance: checkbox !important; } .wpforms-container input[type=radio]:checked:before, .wpforms-container input[type=radio]:before, .wpforms-container input[type=checkbox]:checked:before, .wpforms-container input[type=checkbox]:before, .wpforms-container input[type=radio]:checked:after, .wpforms-container input[type=radio]:after, .wpforms-container input[type=checkbox]:checked:after, .wpforms-container input[type=checkbox]:after { display: none !important; }In case it helps, here’s a tutorial from WPBeginner on easy ways to add custom CSS like this to your site.
I hope this helps.
Hello @jefstysos and @arconsulting,
It appears that these errors happen on sites using PHP 8.0. Currently, WPForms isn’t compatible with PHP 8.0. Our development team is working to make it compatible and hopefully, it will be available in one of the future releases. However, due to some major changes in PHP 8.0, we are not able to provide an estimated time for its availability.
In the meantime, could you please reach out to your hosting provider to downgrade PHP?
Thanks!
Hi @mourinor6207,
When you get the chance, could you please try using the steps in WPBeginner’s detailed guide on troubleshooting WordPress to see if it helps resolve the issue?
Hi @nick1346,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.
Thanks!
Hello @jefstysos,
Thanks for writing in!
When you get the chance, can you please try testing your site’s SSL Connection by going to WPForms > Tools > System info > Test SSL connections?
In case you see any error, kindly post the error log here as well.
Thank you.
Hello @notatechie18,
Thanks for writing in and we’re sorry to hear about the troubles you’re facing.
When you get the chance, can you please enable the No-Conflict Mode in WPForms > Settings > CAPTCHA? Please check this screenshot for reference.
I hope this helps and please feel free to let us know how it goes.
Hello @albeaumont,
Thanks for writing in!
When you get the chance, can you please go over this detailed guide on how to properly translate WPForms?
I hope this helps and please let us know how it goes.