Is it possible to print the Scriptcase from as it is?

We have a requirement to print the form that user has filled as it is. Can someone help?

You can try to echo the print javascript function OnValidateSuccess or AfterInsert

echo "<script>print()</script>

So when the user fill up the form will be prompted to print it.