Forums

Forums / Developing Portals / Add Captcha on CRM forms

Add Captcha on CRM forms

Thread is closed for posting
2 posts, 1 answered
  1. julien.biedermann
    julien.biedermann avatar
    17 posts
    Registered:
    16 Jun 2016
    23 Jun 2016
    Link to this post
    Hello,

    How can we add a captcha on CRM form ? The Sitefinity Captcha widget is not working well (no error message)

    Thank you for your help

    Julien
  2. Clinton Bale
    Clinton Bale avatar
    126 posts
    Registered:
    21 Feb 2014
    Answered
    23 Jun 2016 in reply to julien.biedermann
    Link to this post
    Hello Julien,

    You can display the Sitefinity Captcha invalid message by adding the following CSS class to your form. I'm not sure why Sitefinity hides the message it produces:

    .sfErrorSummary {
        display: block !important;
    }
    

    Regards,
    ​Clinton
2 posts, 1 answered