Insert a Phrase inside the Single Choice

  • tesideniseparisi
    Domanda del 3 marzo 2024 alle ore 15:49
    I would like to put this phrase "Please note you will disembark Silver Ray in Lisbon, Portugal on June 8." under the element as subtitle or neerer (they should not seem two different element but only one.
  • Ericson_B Jotform Support
    Risposta del 3 marzo 2024 alle ore 15:56

    Hi SilverSea_RayEvents,

    Thanks for reaching out to Jotform Support. You can add the phrase inside the single choice as an option and apply the CSS code provided below. Let me show you how:

    /*Hide a Specific Radion Button in Single Choice - 12512571*/
    #label_input_71_2:before{
     display: none !important;
    }
    /*Ends Here*/
    1. In Form Builder, click Select your embarkation date in Lisbon, Portugal: and select the Gear icon to open its properties.
    2. Enter the Phrase as an option in the Options tab.
    3. Next, open the Form Designer by selecting the Paint Roller icon in the upper-right corner.
    4. In the Form Designer pane on the right, go to Styles at the top.
    5. Scroll down to Inject Custom CSS and paste the CSS code in the textarea.
    6. Then, click a random area in your form to automatically save the changes.

    Insert a Phrase inside the Single Choice Image 1 Screenshot 20

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