joelposluns
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Tag-generator Tool to set up reCAPTCHA as Form TagI think I found the solution. I needed to go to the “Integration” tab on the Contacts and and then setup the Integration with the appropriate Keys and then the Captcha icon appears on my forms. Apparently there is no longer a need for the form tags which is why they aren’t on the current versions of CF7. All fixed. JP
Forum: Plugins
In reply to: [Contact Form 7] How to remove false alert ?Thanks Yordan, I actually went back to CF7 version 7.5.8 as a quick fix but will use this patch the next time up upgrade the plug in as I like to keep up to date with versions as they come out. So far I haven’t had any spam from the To Mail tag I have in place but I understand the vulnerability. Thanks so much for your help, I am always amazed at the generosity of participants in these forums to help us with much less technical skills. Regards JP
Forum: Plugins
In reply to: [Contact Form 7] How to remove false alert ?Hi Yordan, on my config file lines 86 to 89 are a series of “define( ‘…’, true or false ); just like what you suggest. I assume I put it in line 90 right after these ones, does that sound like the right place to insert this? thanks JP
Forum: Plugins
In reply to: [Contact Form 7] How to remove false alert ?HI Yordan, that is a great fix. One quick question, where should I insert this line in my wp-config.php file? Can you suggest the line where I should put it or can I just add it at the very end, will that work? thanks JP
Forum: Plugins
In reply to: [Contact Form 7] Clearing Form Data from fieldsActually, I think we have a fix. My good friend Jannis developer of Webhooks Pro who is regularly saving my butt, has given me the suggested fix and am having my PHP programmer making the changes to the PHP code right now. So I think I have it covered. Thanks so much for your help. It is very much appreciated. JP
Forum: Plugins
In reply to: [Contact Form 7] Clearing Form Data from fieldsHI Takayuki-san, thanks so much for helping me.
I use the Oceans WP Free Theme and the plug ins are as follows:
Contact Form 7
Lightweight Accordion
Ocean Extra
Search Engine Visibility
Sucuri Security – Auditing, Malware Scanner and Hardening
WordPress Importer
WP phpMyAdmin
WP Webhooks Pro
WPWH Pro – Execute PHP Code
In addition, I have a PHP developer doing some WP customization to an Ocean WP Child Theme in order to have data from my Filemaker Database fetched and sent to a receiving form <https://aikido-db.com/members-data-form/>. The link I gave you <https://aikido-db.com/member-update-record/> is the one that sends the Record ID to find the correct record in the FM database and is not impacted by the PHP customization that then sends the data via a workflow in Claris Connect to the Webhooks Pro flow that populates the fields in the receiving CF7 form which is part of the PHP customization. But both forms appear to have the issue that the fields do not clear themselves.
The developer has updated the PHP code to ensure that the data will be cleared but has been firing the forms many, many times do you think I should try a WP cache flush?
Thanks again for your help. JPForum: Plugins
In reply to: [Contact Form 7] Clearing Form Data from fieldsThese are my fields set up in the Form tab panel:
First Name [text* First_Name]
Last Name [text* Last_Name]
Record ID [text* record_ID]
[submit “Submit”]
Can I add a tag or some kind of snippet in the Additional Settings panel that can clear the data from these fields after a certain amount of time? Thanks for your help. JP