Is there a widget where the user can type their signature?

  • evan_davis
    Asked on May 18, 2020 at 9:49 PM

    Hi Support, 

    Is there a widget where the user can type their signature?

    I've seen this in other systems where they can type their name and then select a scriptive font to display it in. 


    Thanks

  • Kiran Support Team Lead
    Replied on May 19, 2020 at 12:23 AM

    You may use DocuSign widget on the form that can let the user to type the signature and display in a script font. Alternatively, you may add a Short Text field to the form to be able to type the signature. However, in order to display the signature in a script font in the input field, it is required to add some CSS code to the form.

    Please give it a try with the DocuSign widget and let us know if you need any further help.

    Thanks!

  • evan_davis
    Replied on May 19, 2020 at 2:12 AM

    Hi Kiran, 

    Thanks so much for your answer!


    Are you able to suggest some css that could be used?

  • Kiran Support Team Lead
    Replied on May 19, 2020 at 6:48 AM

    Please note that it is not possible to inject custom CSS to the card forms. I believe that you are referring to the other form https://www.jotform.com/form/201310234965851 in your account. Please allow me sometime to check on the CSS code and get back to you.

    Thank you for your patience. 

  • Kiran Support Team Lead
    Replied on June 20, 2020 at 1:12 AM

    I am extremely sorry for the delay in responding back. It looks like that you are using Signature widget on the form. If you still want to use a Short Text entry field to type the signature, you may try adding the following CSS code to the form to display the text in cursive font.

    #input_68 {

        font-family: Brush Script MT, Brush Script Std, cursive;

    }

    Please note that the #input_68 may be changed on your form and you may find the correct number from the field ID properties or the browser console.

    Thanks!