How to prevent my form from copying?

  • kochujohnk
    Asked on March 9, 2017 at 5:46 PM

    Hi Guys, 

     

    Is there a way to make the form / questionnaire in this case read only.

     

    I do not want the candidate attempting this questionnaire to copy the questions in the form to paste it in to google search

     

    John

  • amy
    Replied on March 10, 2017 at 5:38 AM

    Hi,

    I would like to recommend you to inject a CSS code to your form in order to prevent from copying of the form content.

    Please, inject this CSS code to your form:

    body, html {

    user-select: none;

    }

    How to Inject Custom CSS Codes

    I hope it helps.

    If you need further assistance, please let us know.

    Thank you.

    Kindest Regards.