How can I remove the cvv from the Authorize.net credit card block on my form?

  • lisasintz
    Asked on October 1, 2015 at 12:04 PM
  • David JotForm Support
    Replied on October 1, 2015 at 2:28 PM

    Hi,

    Though it is possible to process payment through Authorize.net without the CVV code, I do not believe it is possible to disable the CVV in our integration.  Though it can be hidden with this code:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-textbox.cc_ccv {
        display : none;
    }

    #sublabel_cc_ccv {
        display : none;
    }

    But it does not remove the requirement of the CVV.

    I will forward a request to our developers to see if allowing payments through Authorize.net without the CVV code is something that can be added.  I cannot say if or when this may be implemented, however, we will update you here in this thread as soon as we have any further information.