Can I exclude the text next to each payment option?

  • brianforflorida
    Asked on May 6, 2015 at 7:38 PM

      I have included the amounts in the photo that accompanies each option, so I would prefer not to have the amount duplicated.

  • Chriistian Jotform Support
    Replied on May 6, 2015 at 10:44 PM

    Hi brianforflorida,

     

     

     Thank you for contacting us.

     

    If you want to hide the label in each option, you can do so by injecting custom CSS to your form. Please see below for the CSS and steps to hide your labels.

     

    CSS Snippet:

    .form-product-item label {

       display: none;

    }

     

    Steps:

    1. Open your form in Edit mode and click Setup & Embed.

    2. Click Preferences.

    3. Open Form Styles tab.

    4. Go to Inject Custom CSS and insert the CSS snippet given above.

    5. Click Close Settings.

    Can I exclude the text next to each payment option? Image 1 Screenshot 20

     

    You can take a look at my cloned form: http://form.jotformpro.com/form/51258845936972

     

    Please let us know if you need further information.