How do you add the credit card image flush right in the same fields as where they provide their cc information

  • FOSCP2016
    Asked on August 1, 2016 at 7:43 AM
    Jotform Thread 895043 Screenshot
  • Chriistian Jotform Support
    Replied on August 1, 2016 at 9:54 AM

    Hi,

    If you are referring to this form - http://www.jotform.us/form/61605185878163, you can add the following custom CSS to your form.

    #cid_14 .form-image {

        position: absolute;

        right: 30px;

        top: 50px;

    }

    To inject custom CSS to your form, please see How to Inject Custom CSS Codes.

     

    The result should be as follows.

    How do you add the credit card image flush right in the same fields as where they provide their cc information Image 1 Screenshot 20