Dhara Shah
Forum Replies Created
-
Any update on this?
- This reply was modified 11 months, 3 weeks ago by Dhara Shah.
Hi again – just clarifying few points:
- My Stripe account is connected to Indian Bank.
- I am using free version of Restrict Content plugin and testing it in “test” mode.
- I get this error message when using test credit card details provided by Restrict Content – https://imgur.com/a/lkPk6tM
My questions:
- Is the error coming because of the application fee charged by Stripe? Will upgrading to Restrict Content Pro solve it? Because I studied your documentation and it says that PRO version should remove the application fee – Why Go Pro? – Restrict Content Pro OR
- Is this happening because test credit card provided by Restrict Content is connected to US and my Stripe account is connected to Indian bank account?
Appreciate any help on this. Thank you once again.
I do not understand exact issue here. Does this mean any Indian entity cannot use Restrict Content plugin for subscription? Will upgrading to PRO fix the issue because application processing fee barrier will be removed?
Closing this thread
Thank you so much once again! I’ll get it checked from developers.
Hi Dimitry – thank you for sharing these details. I have used Contact Form 7 as well for other sites and their forms too use type=email in their fields. In such cases, how can one prevent attackers from spamming?
Is there a possibility that spammers are using form API to submit the forms programmatically? Because even when forms do not exist of pages, I am getting 9-10 emails every 1 hour. https://drive.google.com/drive/folders/1WDc24wwHVWEM-jeCVjTrX05FOLB7-FPp?usp=sharing
Thank you so much for the prompt response.
Despite pulling the form down, I am still receiving spam emails continuously. It has not reached 800+. This is super scary and frustrating.
One thing to note is that “admin” is what I can see in the email field across all the spams.
I have restored the form here – testpage – The Humane Club
PHP version used is 6.3
I have emailed you the logs
Same error. It did not get fixed
Yes I followed step #1 (WordPress Admin Page → Settings → Anti-Spam by CleanTalk → Advanced settings → set the option “Complete Deactivation” to “On” → Save Changes;)
For step 2, since I am on multisit network, I just deactivated the plugin from Installed plugins page and activated it again. Do you recommend deleting entire plugin from multi-site network level and reinstalling it again?
I also tried full deactivatin the plugin and installing it again but getting same error. Please help
- This reply was modified 1 year, 2 months ago by Dhara Shah.
Forum: Plugins
In reply to: [Contact Form 7] json_encode() returns contact form not found errorAny update on this?
Forum: Plugins
In reply to: [Contact Form 7] json_encode() returns contact form not found errorSo I have custom plugin code written to load gallery of posts. I need to save post_content of all posts in json format to run some logic. Hence all the post object is converted to JSON using json_encode function. Because some of my blog posts have contact form 7 embeded, its returning error in console saying “Contact form not found.”.
I was just playing around with contact form 7 code and the issue gets fixed if I modify below code to return empty string instead of error. Is there a way to override it?
Below code is from /includes/contact-form-function.php file
if ( ! $contact_form ) { return sprintf( '<p class="wpcf7-contact-form-not-found"><strong>%1$s</strong> %2$s</p>', esc_html( __( 'Error:', 'contact-form-7' ) ), esc_html( __( "Contact form not found.", 'contact-form-7' ) ) ); }