Add an option to disable pasting data in the form fields.

  • bmcservice
    Asked on October 3, 2019 at 10:16 AM
  • David JotForm Support Manager
    Replied on October 3, 2019 at 11:41 AM

    Unfortunately, there is no way to disable pasting in the form fields. However, if you use the source code of your form:

    2017 02 19 19 Screenshot 10

    You can put the following to disable pasting in the fields: onpaste="return false"

    Example:

    1570116950onpaste Screenshot 21

    Result:

    1570117258disablepaste Screenshot 32

    I'll forward a feature request though, so if the option to disable pasting data into the form fields becomes available in the future, you will be notified via this forum thread.