Is there a way to get the coupon form to display above the products?

  • bipe01
    Asked on October 25, 2016 at 10:19 AM
    Is there a way to get the coupon form to display above the products?
  • Chriistian Jotform Support
    Replied on October 25, 2016 at 12:01 PM

    If you want to display the coupon section of your form above the product list, please add/inject this custom CSS code to your form:

    #coupon-container{

        position: absolute;

        top: 0px;

    }

    #cid_3 {

        margin-top: 80px;

    }

     

    Is there a way to get the coupon form to display above the products? Image 1 Screenshot 20

     

    To inject the custom CSS code to your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.
    Regards.