-
JungleMonkeyAnswered on January 07, 2019 01:20 PM
Hi there,
In my form I have many organised lists. Some of them are set to display as alphabet and roman numerals.
a. First Item
b. Second Item
i. First Item
ii. Second Item
This is done by setting the CSS style of the list.
<ol style="list-style-type:lower-alpha">
<ol style="list-style-type:lower-roman">
However, when I try to create a PDF from the form contents I am not able to get the lists to display using the alphabet or roman numerals; everything is numeric.
Is there a way to get this to work within the PDF environment?
Thanks
-
Welvin Support Team LeadAnswered on January 07, 2019 03:19 PM
I don't think that's currently possible since what you can do in the PDF Editor is only based on the available options in the form builder. I've forwarded this thread to our developers as a feature request. We cannot give you an ETA for this or if our developers will consider adding such option, but if we have an update, we'll let you know here.
In the meantime, you can do it like this https://form.jotform.com/90065581176964. You can use bold and italic formatting to emphasize child options.