Popup Embedded: The ability to set Chinese writing mode vertically

  • 天母愛舒眠心理治療所
    Asked on January 17, 2022 at 8:34 AM

    how can I set chinese writing-mode: vertical
    when I set
    new JotformFeedback({
    formId: "220112982520445",
    buttonText: "心理諮商預約",
    base: "
    background: "#F59202",
    fontColor: "#FFFFFF",
    buttonSide: "left",
    buttonAlign: "center",
    type: false,
    width: 700,
    height: 500,
    verticalButtonText: true,
    isCardForm: false
    });
    thanks

  • Jovanne JotForm Support
    Replied on January 17, 2022 at 9:10 AM

    Hi, thank you for contacting support.

    Please try using this code:


    new JotformFeedback({
    formId: "220112982520445",
    buttonText: "預約表單",
    base: "https://form.jotform.com/",
    background: "#F59202",
    fontColor: "#FFFFFF",
    buttonSide: "left",
    buttonAlign: "top",
    type: 0,
    width: 700,
    height: 500,
    isCardForm: false
    });


    Please give it a try and let us know how it goes.

  • lovesleep169
    Replied on January 17, 2022 at 10:17 AM

    1642432436 61e587b424210  Screenshot 10

    it's not working .

    anyway , thank you .

  • Jessica JotForm Support
    Replied on January 17, 2022 at 11:49 AM

    Hello,

    We apologize for this inconvenience. Could you kindly share with us the link where the form is embedded so we can do a further test to see whether it's possible to set the writing mode into the vertical for Chinese characters?

    We await your updated response.

  • lovesleep169
    Replied on January 17, 2022 at 6:59 PM



    https://dler.hopefulcityco.com/




    <script src="https://form.jotform.com/static/feedback2.js" type="text/javascript">

    new JotformFeedback({

    formId: "212873604078459",

    buttonText: "填寫訂購表單",

    base: "https://form.jotform.com/",

    background: "#F59202",

    fontColor: "#FFFFFF",

    buttonSide: "left",

    buttonAlign: "center",

    type: 0,

    width: 700,

    height: 500,

    isCardForm: false

    });

    </script>

  • Jessica JotForm Support
    Replied on January 17, 2022 at 8:26 PM

    Hello,

    Could you kindly confirm if this is what you are trying to recreate?







    Upon testing, I was unable to make the Chinese character align as the above example. However, we can help you escalate this ticket to our back-end team as a feature request for evaluation if you would like.

    Kindly confirm if this is what you are trying to achieve, or please tell me if I have misunderstood your request.

  • lovesleep169
    Replied on January 18, 2022 at 8:14 AM

    Yes that's right

    thank you very much

  • Jessica JotForm Support
    Replied on January 18, 2022 at 8:51 AM

    Hello,

    I have forwarded this ticket to our back-end team as a feature request for evaluation. While we can't guarantee it will be implemented, when/if it is implemented, we will inform you via this ticket.