-
tesideniseparisiDomanda del 3 marzo 2024 alle ore 15:49
-
Ericson_B Jotform SupportRisposta 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*/
- In Form Builder, click Select your embarkation date in Lisbon, Portugal: and select the Gear icon to open its properties.
- Enter the Phrase as an option in the Options tab.
- Next, open the Form Designer by selecting the Paint Roller icon in the upper-right corner.
- In the Form Designer pane on the right, go to Styles at the top.
- Scroll down to Inject Custom CSS and paste the CSS code in the textarea.
- Then, click a random area in your form to automatically save the changes.
Give it a try and let us know if you need any other help.