How can I add a sub label for the International Telephone Picker widget?

  • cancanmobile
    Asked on December 30, 2016 at 2:29 AM
    Please advise how I could do the same for the International Telephone Picker widget... I understand how it works in the came of the asmSelect widget, but cannot find what class I should use instead of ".bsmContainer"
  • Welvin Support Team Lead
    Replied on December 30, 2016 at 2:46 AM

    Inject the following custom CSS codes in your form's Custom CSS area, not in the widget. 

    For the widget in the ACCOUNT CONTACT INFORMATION section:

    div#cid_4:after {

        content: "sub label";

        display: block;

        margin-top: -10px;

    }

    For the widget in the CORPORATE INFORMATION section:

    div#cid_35:after {

        content: "sub label";

        display: block;

        margin-top: -10px;

    }

    Here's the guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    You need to change the Content with your own sub label. 

  • cancanmobile
    Replied on December 30, 2016 at 11:12 PM
    Thank you for the update...
     
    Could you also advise how I can specify that a Chinese language version of this text appears on the Chinese language version of the form?
  • cancanmobile
    Replied on December 31, 2016 at 2:48 AM

    Please also advise

    how I can internationalise the Business Category nested list
    ... 
  • jonathan
    Replied on December 31, 2016 at 8:29 PM

    We will resolve the next issue separately here https://www.jotform.com/answers/1022781

    Thanks