I'm using string operations and ToExpression to "build up" equations for display as part of a CloudDeploy user interface on the web. The results should look something like the following:
I'm using InputForm with ToString, and TraditionalForm and Defer with ToExpression to build these for output, and it works just fine in the Mathematica "Notebook" interface. However, once I use CloudDeploy with a FormPage, I end up with the third equation in each row wrapped in Defer, like this:
Note I'm also losing all of the formatting on the Grid. In fact, it looks like the Grid wrapper around my function, which produces a list of lists, is ignored altogether.
What am I doing wrong?
Thanks!