geth44
Forum Replies Created
-
Forum: Plugins
In reply to: [WDContactFormBuilder] Captcha BrokenNext test …
Just replacing contact-form-builder.php with the one of the previous version (1.0.67) make the captcha working again as you can see in my previous message
(I forgot to enclose the link as code, so it is directly visible …)
So the issue seems to come from the function contact_form_maker_ajax, as it is the only change you did.By the way, I forgot to tell you that the captcha did not work either in the configuration page (layout editor) of wordpress dashboard.
Regards
TG
Forum: Plugins
In reply to: [WDContactFormBuilder] Captcha BrokenHi Suzie,
Thanks for your prompt reply. Can you explain me what do you mean by generate a new Captcha ‘code’ ?
… and the update of what ?On the contact page, if I click on the button to generate a new one, the picture of broken link disappears a few second then shows again remaining broken.
The action is done as the web link change each time (r value changed).
Here is the full link :
I tried also to apply and save again the layout, but no success.
Regards
TG
Forum: Plugins
In reply to: [WDContactFormBuilder] Captcha BrokenHi,
I got same issue after updating from version 1.0.67 to last version 1.0.68. also updated WordPress at the same time to version 5.1.1.
Here is our contact page
Thanks for any help.
TG
Forum: Plugins
In reply to: [WDContactFormBuilder] send a copy checkbox & email address validation issuesHi,
For the 1st issue, my temporary solution was to comment the
$onsubmit_js ...full definition in thecase 'type_send_copy':in CFMViewForm_maker.php file. I don’t understand the purpose of the input defined in this part of the code as I couldn’t find any other reference towdform_send_copy_(id)anywhere in the plugin. Anyway, at the moment that solves my problem …Note: I don’t see an interest to have the ability to set this checkbox as required or not
And for the 2nd issue, it seems there is a stripslashes() function, may be at the template level, that is performed on the regex. I don’t know if there is a way to avoid this kind of filter to be done, so my temporary solution was to put 4 backslashes in the code to finally keep one.
My form works now, but it could be great to solve these problems by another way …
TG