Navigation überspringen

[Gelöst] How to add a reCaptcha field in the expert mode?

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:
How to add a reCaptcha field in the expert mode?

Solution:
You can add the reCaptcha field in expert mode using the [cred_field] shortcode.

You can find the proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/how-to-add-a-recaptcha-field-in-the-expert-mode/#post-1788993

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_field

This support ticket is created vor 4 Jahren, 3 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von fred-r.M vor 4 Jahren, 3 Monaten.

Assistiert von: Minesh.

Author
Artikel
#1788249

Tell us what you are trying to do?

I use the CRED Post form and in the expert mode. Whenever I try to add a recaptcha field, I am not able to do it. Any tips how can I do?

Regards,

#1788993

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Can you please try to add the following line of code to your form to add recapcha field:

[cred_field field='recaptcha' class='form-control' output='bootstrap']

Please make sure that you added the recapta keys to: Toolset => Settings => Forms =>reCAPTCHA API seciton.

#1789741

My issue is resolved now. Thank you!