Change the wording on a Square gateway for Selling Subscriptions

  • ORS_Office
    Asked on July 2, 2024 at 2:17 AM

    Hello,

    I am using Square - Sell Subscriptions feature on my Jotform.

    I am "selling" a youth choir program.

    On the last page of my form, Payment Checkout, we have a 9 payment plan option and a 2 payment plan option as well as pay in full. I have placed these successfully in the "Product list".

    In addition, I am adding the options of "I am applying for financial aid. Not payment is due at this time." and "I am registering another singer. Not payment is due at this time."

    For these options where there is no payment due, I've said price is $0 and recurring daily, occurring only 1 time. As there's no other option in a Sell Subscription for 0 occurances.

    These "products" have wording that auto populates: "$ Free - one-time payment".

    Is there a way to get rid of these words? Or edit them to say something else, ie. "Nothing due at this time"?

    Please advise. The "$ Free - one-time payment" will be confusing to anyone who registers.

    Thanks!

    Jessica


    Jotform Thread 16465961 Screenshot
  • Gilbert JotForm Support
    Replied on July 2, 2024 at 2:36 AM

    Hi Jessica,

    Thanks for reaching out to Jotform Support. You can add this CSS code to remove the price wording for the last two options.

    #cid_281 > div > div.product-container-wrapper > div:nth-child(10) > span:nth-child(7) > div > div.form-product-container > span > span, #cid_281 > div > div.product-container-wrapper > div:nth-child(10) > span:nth-child(9) > div > div.form-product-container > span > span {
     display: none;
    }


    You can follow the steps below on how you can inject this CSS code into the form:

    1. In Form Builder, click the Form Designer button (paint roller icon)
      Change the wording on a Square gateway for Selling Subscriptions Image 1 Screenshot 40
    2. Next, go to the Styles tab.
    3. Then, paste the CSS code below the existing code in the Inject Custom CSS section.
      Change the wording on a Square gateway for Selling Subscriptions Image 2 Screenshot 51

    The change won't be visible in Form Builder, but in the live form:

    Change the wording on a Square gateway for Selling Subscriptions Image 3 Screenshot 62

    Give it a try and let us know if you need any other help.

 
Your Answer