Mayur Prajapati
Forum Replies Created
-
Hi,
Thanks for reaching out!
Regarding /admin.php?page=wpforms-entries&form_id=123, adding a manual approval column before sending an entry to external APIs is not available by default in WPForms or in our plugin. This functionality would require custom development within the plugin.
At the moment, this feature is not included in your current plan, and we also haven’t received similar requests for manual approval before passing data to the API.
If you’re interested, we can definitely implement this as a paid customization. Please feel free to contact us at [email protected] for more details.
Thank you!
Forum: Plugins
In reply to: [Gift Pack for WooCommerce] customers selectionThank you for using our plugin!
Feature Improvement Update: We have received your request to include the name and number alongside the image for a better customer experience. We agree this is a great improvement, and we will release a new update with this requested edit soon!
Regarding the Gift Wrap Image Issue on Cart and Checkout Pages:
It looks like your site is using the WooCommerce Blocks-based Cart and Checkout, and this is a known limitation of WooCommerce Blocks. At the moment, the Blocks Cart/Checkout does not allow HTML content (such as images) to be rendered inside the cart item data section.Because of this limitation, custom HTML output from plugins (like product images in item data) will not display correctly when using the Blocks-based Cart and Checkout.
Recommended solution:Please switch to the classic Cart and Checkout pages using shortcodes instead:
- Cart page shortcode:
[woocommerce_cart] - Checkout page shortcode:
[woocommerce_checkout]
When using these shortcodes, HTML content (including images) loads correctly and the plugin will work as expected.
Could you Please follow up on other points:
- Could you update the plugin to the latest version and check if the issues with the label still continue?
- Please provide staging credentials or screenshots where the issue is showing? The provided URL does not have the Gift Wrap feature visible on it, so we cannot currently replicate the issue on that environment.
Forum: Plugins
In reply to: [Contact Form to Any API] Improve I18N Issues (Based on 1.2.8)Hi
Switch to latest version 2.0.0
Thanks again for your supportForum: Plugins
In reply to: [Contact Form to Any API] Convert the authorization to base64?Hello @rcabanzo
Thank you for using our plugin
Below are the steps to authenticate your API request securely using Base64 encoding with a Bearer token.Step-by-Step Authorization Instructions:
1. Combine your credentials in the following format:
cosgua_doctorplus:cg24$EDoctor+
2. Note: Do not add any extra spaces. Convert the string to Base64 You can use any Base64 encoder. For example: Visit: https://www.base64encode.org
3.Paste the string: cosgua_doctorplus:cg24$EDoctor+ Click “Encode” to generate the Base64 string. It should look like this (example output): Y29zZ3VhX2RvY3RvcnBsdXM6Y2cyNCRFRG9jdG9yKw==
4. Send the Base64 string in the Authorization header Use the result like this in your API request headers:
Authorization: Bearer Y29zZ3VhX2RvY3RvcnBsdXM6Y2cyNCRFRG9jdG9yKw==
Forum: Plugins
In reply to: [Contact Form to Any API] Improve I18N Issues (Based on 1.2.8)Thank you once again for the detailed updates.
We’ve incorporated all the changes into the new version 1.2.9
Hello,
Kindly update to the latest version of the plugin.
We’ve included several fixes and improvements in this release.If you encounter any issues in the future, please don’t hesitate to contact us at [email protected].
We are now closing this thread.
Thank you!
Hello,
Thank you for your detailed review.
We will be releasing an updated version soon, which will include a fix for the attachments saving issue along with other improvements.
Thanks
Hello,
Thank you for using our plugin!
If you are using the PRO version, there is an option to disable CF7 entries. When you disable it, no form entries or attachments will be saved.
Hope this helps!
Forum: Plugins
In reply to: [Contact Form to Any API] CF7 API to api.leadconnectorhq or StrongClientsHi katmaca
The Header Request data elements are provided by the API you are connecting to, not from your server. Typically, they include things like authentication keys (API Key, Bearer Token) and content type (
application/json).Check the API documentation of the service you’re integrating with to see the required headers. You can add them in the “Headers” section of the CF7 to Any API plugin settings.
If you’re completely unfamiliar with API connectivity, please connect with us at [email protected], and we’ll be happy to assist you!
Hello
Im facing the same issue
im using Stripe for WooCommerce and WooCommerce Subscriptions extensions
Sorry, we are unable to process the payment at this time. Reason: You cannot confirm this PaymentIntent because it’s missing a payment method. You can either update the PaymentIntent with a payment method and then confirm it again, or confirm it again directly with a payment method or ConfirmationToken.
Any help on this would be appreciated
ThanksForum: Plugins
In reply to: [Gift Pack for WooCommerce] Xstore Theme Compatiblility IssueHello Beelalamin,
Thank you for choosing our plugin.
We appreciate your feedback regarding compatibility with the Xstore Theme. We are currently working on enhancing our plugin to ensure full compatibility with Xstore Theme in our future updates.
Thank YouForum: Plugins
In reply to: [Contact Form to Any API] Connecing it to intellij space apiHello,
Thank you for reaching out! To assist you with configuring the plugin, please share your API documentation and configuration details with us at [email protected]. Once we receive this information, we’ll promptly guide you through the necessary steps to set up the plugin successfully.
Looking forward to helping you!
Forum: Plugins
In reply to: [Contact Form to Any API] Header Request Authorization NoneHello @twowithink
If there is no authorization then just put
Content-Type: application/json
in your header and your done
ThanksForum: Plugins
In reply to: [Gift Pack for WooCommerce] Cart / Checkout Page and Hide PriceHello
Thanks for using our plugin.
We appreciate your suggestion and will definitely consider it for future updates. In the meantime you can hide price via css from cart & product pages
ThanksHello
Thanks for using our plugin
Currently our plugin isn’t fully compatible with Multi Currency pluginsWe’ll definitely consider implementing this feature in a future update of the plugin.
Thank you once again for your valuable feedback and for using our plugin! We appreciate your support.
- Cart page shortcode: