Textareas in 3D Transforms

I am implementing online notepad constructor, where visitors can design their own notepad.
I use 3D transforms to allow visitors to insert their own text on the front and back side of the notepad.
The front textarea is ok, I can insert text in it. But back side textarea is not working, I can’t insert text.
Is it possible to make the backside textarea work?

thanks.


You can check the constructor here: LINK
(how to access public share link)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.