Hide the only product option

  • D1Labs
    Asked on January 18, 2020 at 8:30 AM

    Hello,


    We offer one service and prefer the form to not show the only option.  Is there a way around not displaying the product? Really messes up the design.


    Also, is there a way to remove "Credit Card" question above the payment fields?

    Jotform Thread 2122168 Screenshot
  • KrisLei Jotform Support
    Replied on January 18, 2020 at 1:54 PM

    Hi,

    Thank you for contacting us.

    I checked your form and it seems that you are able to hide the product using CSS codes.

    As for the 'Credit Card' label on the payment field, please try injecting these CSS codes:

    #input_21_1000_paymentType_credit, #input_21_1000_paymentType_credit + label {

    display: none;

    }

    Let us know if you need further assistance.