Hi,
So my final goal is to have a form that users can enter information into, then press a button and have Ignition help print said form. Simplified example found below:
But every time I press the button to print, the format is all destroyed.
I have spent hours just adjusting the CSS, grow, text size everything, but no luck. I was wondering if anybody has run into any similar issues.
If you post the view data, we might be able to look, its almost impossible to troubleshoot this without your css and view.
I don't really know how to just show you the view data? But I exported the two views here. Does this work?
views.zip (36.8 KB)
This is perfect to work with.
Your form only lines up when it is exactly 450px wide.
You need to style it so that every part of it scales at the same rate, the way it is right now you have many things scaling at many different rates.
views2.zip (46.4 KB)
Have a look at how I have converted your layout to use % values the whole way through and organised the elements in containers differently.
1 Like