How to display in superscript in single choice entry?

  • guru6t9
    Asked on March 29, 2020 at 10:37 AM

    how to display in superscript in single choice entry?

  • Bojan Support Team Lead
    Replied on March 29, 2020 at 11:50 AM

    Greetings and thank you for your message.

    I have created a form with the Single choice style you need. You can view it here:
    https://form.jotform.com/200884775649067


    You don't need to use custom CSS to add superscript. Simply open the Single choice Properties and add the <sup> tags around the words you wish to be superscripted from the Options tab:

    How to display in superscript in single choice entry? Image 1 Screenshot 30

    The code above will result in the following:

    How to display in superscript in single choice entry? Image 2 Screenshot 41Please feel free to clone my form for more details. To see how to clone a form, you can use the following link:
    https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    If you wish to further customize the superscripted text, you can use span instead of the sup, add a class to it, and modify the text in the CSS editor. To create a superscripted from a span, you can use the following CSS: vertical-align: super

    Please let us know if you have any further questions.