Move Product Price before Product Description

  • coloradomtb
    Asked on February 27, 2019 at 1:56 PM
  • David JotForm Support Manager
    Replied on February 27, 2019 at 3:20 PM

    What you can do is to put the price in the description:

    1551298586product Screenshot 10

    And hide the actual product price with CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-product-details {

        display: none !important;

    }

    Result:

    1551298764products Screenshot 21

    Let us know if you need more help.