-
天母愛舒眠心理治療所Answered on January 17, 2022 08: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 SupportAnswered on January 17, 2022 09: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.
-
lovesleep169Answered on January 17, 2022 10:17 AM
it's not working .
anyway , thank you .
-
Jessica JotForm SupportAnswered on January 17, 2022 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.
-
lovesleep169Answered on January 17, 2022 06: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 SupportAnswered on January 17, 2022 08: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.
-
lovesleep169Answered on January 18, 2022 08:14 AM
Yes that's right
thank you very much
-
Jessica JotForm SupportAnswered on January 18, 2022 08: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.