Amjad Ali
Forum Replies Created
-
While WPForms can be used to collect the leads on all their posts using one form, locking content is not available out of the box. I’ve added this to our feature request list for our team to consider down the road.
A possible workaround would be to use a membership plugin to control access to your blog posts.
We recommend checking out this helpful guide by WPBeginner: https://www.wpbeginner.com/wp-tutorials/how-to-add-content-locking-in-wordpress/. This can help you set up content restrictions based on user roles, which might work well for your use case.
I apologize we don’t have what you’re looking for in this case, though we appreciate the suggestion! ??
Hi @emuscolino ,
We haven’t heard back from you in a few days, 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 @emuscolino ,
Thanks for reaching out!
This error message “Heads up! Something went wrong while saving the form. Please reload the page and try again. Please contact plugin support if this behavior persists.” usually happens when the AJAX script (which allows the form to save without refreshing the page) is not being allowed to load. This almost always stems from two possible reasons.
1) A file permissions issue. If you contact your host and ask them to reset file permissions, this should start working properly.
2) Another reason is the security policies that are enforced on the server. It is likely that your server has some Mod_security (firewall) rules that are blocking the save action of the admin-ajax request.
Your best bet to resolve this issue would be to reach out to your host to check these two points. They should be able to reset the file permission and check Firewall settings to unblock the admin-ajax request.
Hope that helps !Thank you so much for your kind words about WPForms! We’re thrilled to hear that you found it to be the most easier one you’ve experienced. We strive to make the user experience as seamless as possible, so it’s great to know that you found it user-friendly.
We hope you continue to have a 5-star experience ??
Hey @sopnostudio ,
Thank you for taking the time to share your feedback and review!
We hope you continue to have an awesome experience using WPForms.
Enjoy! ??
Hey @jastra ,
Thanks so much for taking the time to leave us a review!
We’re really excited to know that you’re enjoying WPForms, and that it is Easy to use.
We hope you continue to have a 5-star experience ??
Hey @incognighter ,
Thank you for the kind comments and review!
We’re glad to hear that WPForms is easy to use, and we hope you continue to have an awesome experience using the plugin.
Have a good one! ??
Hi @paddysullivan ,
We’re thrilled to hear your issue is resolved! Thanks for letting us know.Your experience is important to us, and we’d love to hear what you think about using WPForms. Would you mind sharing a quick review? It only takes a minute and helps us keep improving!
Here’s the link to leave a review and in case you’d like some guidance, this article walks you through the process.
We appreciate your time and feedback!
Thanks ??
Hi @paddysullivan,
Thank you for getting back to me!
I’d like to clarify that this issue isn’t related to using the Lite (free) version of WPForms.
Upon reviewing the details, it seems that the “Enable AJAX form submission” option is currently not enabled on your form. When this option is disabled, the page refreshes after submission, which causes the user to be taken back to the top of the page. Enabling this option should resolve the issue by keeping the user on the same part of the page where the form is located.Here’s how you can enable it:
- Go to WPForms > All Forms and edit the form in question.
- Navigate to the Settings tab.
- Select General, and you’ll see the “Enable AJAX form submission” option.
- Check the box to enable it, and don’t forget to save your changes.
Once you’ve enabled this option, your users should no longer be redirected to the top of the page, and they’ll be able to see the error message without scrolling. Take a look at this screenshot: https://a.supportally.com/i/3LumPY
I hope this resolves the issue for you! If you have any questions or run into any trouble, feel free to let me know. I’m here to help.
Thanks!Hey @arrayiterator,
Thank you for chiming in and sharing your detailed findings on this topic and your suggested fix.
We have created a report for this issue internally, and our team is currently investigating. I’ll make sure to follow up with you as soon as we have an update or a resolution to share.
Thank you so much for your patience.
Forum: Plugins
In reply to: [WooCommerce] Capitalize billing fieldsHi @crimsonhack
Please try this CSS code. It will work on the cart page Billing fields..woocommerce-checkout .woocommerce-billing-fields__field-wrapper input { text-transform: capitalize !important; }
If that’ not help then please share your website URL and Screenshot as well.
Please let me know if that works for you.Forum: Plugins
In reply to: [WooCommerce] Phone number add to order tracking formHi there,
Could you please share the URL which default Order Tracking feature you’re talking about?Forum: Themes and Templates
In reply to: [Storefront] Blocks spacingHi there,
There are some bottom margins and padding that are creating issues. Try this CSS code to remove the blank space:.home.page-template .site-main,
.home.page-template .content-area,
.home.page-template .is-layout-flex,
.home.page-template .type-page {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}Thanks!