Form Component Rendering issue in Browser

Hi all,

I’m running into a strange rendering issue with the Form component in PsychoPy Builder when running my study online via Pavlovia. Everything works perfectly in the local version, but once I launch it in the browser, the form doesn’t render properly. (Form content is taken from a csv)

Local version


Online version

As you can see,

  • Some of the question text is cut off, and
  • The response options (radio buttons) do not appear at all.

There are no error messages—just incorrect display.

I have seen some related posts saying form components are still not supported online. Is it true ? If so, are there any workarounds ? Any help will be greatly appreciated.

I am having the same problem.
I wanted to implement a self-esteem scale before running an experimental task.

"","index","itemText","type","options","itemWidth","responseWidth"
"1",1,"On the whole, I am satisfied with myself.","choice",",,,",0.5,0.5
"2",2,"At times I think I am no good at all.","choice",",,,",0.5,0.5
"3",3,"I feel that I have a number of good qualities.","choice",",,,",0.5,0.5
"4",4,"I am able to do things as well as most other people.","choice",",,,",0.5,0.5
"5",5,"I feel I do not have much to be proud of.","choice",",,,",0.5,0.5
"6",6,"I certainly feel useless at times.","choice",",,,",0.5,0.5
"7",7,"I feel that I'm a person of worth, at least on an equal plane with others.","choice",",,,",0.5,0.5
"8",8,"I wish I could have more respect for myself.","choice",",,,",0.5,0.5
"9",9,"All in all, I am inclined to feel that I am a failure.","choice",",,,",0.5,0.5
"10",10,"I take a positive attitude toward myself.","choice",",,,",0.5,0.5

This is my CSV. Here are also two screenshots.


Online I would recommend an embedded Pavlovia Survey instead.