joemargwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Acceptance tag problem with other pluginI do not have a solution. If I did I wouldn’t be looking for one. I need it to work with the plugin.
I now see you used add_filter to replace the 1 value with the word Consented. The other plugin interrupts the process because it is only sending the email after the payment is successful and it never gets to the filter. I was hoping someone here might have been through this and could save me some time.
I understand your dislike of another plugin interfering with the way yours works and violating your copyright but I’m just trying to make everything work for my purpose. I’m not the bad guy here.
Forum: Plugins
In reply to: [Contact Form 7] E-Mail Coming With No MessageThe form field names and the mail field name must be the same, yours are not.
example:
The field you are using for the subject is in the form is named: text-730
[text text-730 placeholder "SUBJECT"]in your mail you are naming it: your-subject
Subject: [your-subject]if you change that to:
Subject: [text-730]it would then know what field to send. You could alternately change text-730 in your form to: your-subject The important thing is, they must be exactly the same in both the form and the mail.
Your names don’t match in all fields, that’s why it is sending nothing.
You can see at the top of the mail section what field names you have assigned and used in your form.
Forum: Plugins
In reply to: [Contact Form 7] Acceptance tag problem with other pluginSorry about mentioning that other product but it’s too late to edit that post.
My problem still remains, and I need resolution.
Is it possible to control how the acceptance tag returns a result for the mail portion. I would like to change the “1” to “Consented” or Agreed, or whatever I wanted.
I have searched this forum and I see others that would also like to be able to do that. Is there a way?
Forum: Plugins
In reply to: [Contact Form 7] Contact form isn’t workingIt thinks your a spammer. Have you updated to reCAPTHA 3 ? CF7 5.1.1 uses reCAPTHA 3
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha before submitIf you are using an older version of CF7 and have reCAPTCHA 2 set up, you only need:
[recaptcha]
[submit “Send”]If you have updated to the latest version of CF7 (not compatible with reCAPTCHA 2) then you need to update to reCAPTCHA 3 and you don’t need to put anything in the form. You can leave the [recaptcha] in your form, it will just ignore it