PayPal Integration: How to remove parenthesis form the subscription details.

  • Georgeff
    Asked on April 8, 2019 at 1:50 PM

    Hi again. Say I was checking this out on my mobile phone and it breaks funky breaks in the pricing. Is it possible to just delete those parenthesis and have the dollar sign attach to the numbers without any spacing? Here is what I am seeing on my iPhone:

    1554741910pricing Screenshot 10

  • Bob
    Replied on April 8, 2019 at 2:02 PM

    Yes, have the parenthesis removed and also the dollar sign needs to be placed right next to the digits (without a space) so that the digits do not get bumped onto a new line like they did in the middle example above.

  • Kevin Support Team Lead
    Replied on April 8, 2019 at 2:09 PM

    You may instead inject the following CSS code:

    @media screen and (max-width: 480px){

    span.form-product-details {

        display: block;

    }

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • Georgeff
    Replied on April 8, 2019 at 2:26 PM

    I pasted that under what was already in the CSS box and nothing happened. Parenthesis are still there. Is this what it should look like?

    1554747966parenthesis2 Screenshot 10

  • Kevin Support Team Lead
    Replied on April 8, 2019 at 2:42 PM

    The code will not remove the parenthesis, it will only display the parenthesis accordingly on a single line.


  • Kevin Support Team Lead
    Replied on April 8, 2019 at 2:46 PM

    Here's how the result should be: https://form.jotform.com/90948079009971 

  • Georgeff
    Replied on April 8, 2019 at 2:52 PM

    Oh, I see. I checked my phone and it looks great now, as it puts the price on a new line like you said. Thanks!  

    1554749521fixed Screenshot 10