Forum Moderators: coopster

Message Too Old, No Replies

Best method of outputting Form Data

html, PDF, or anything

         

kieftrav

3:14 pm on Oct 4, 2006 (gmt 0)

10+ Year Member



I'm looking to have applications put on my website and I want to make it so that the user can print out the results of their application in a decent layout. What is the best method to do that? HTML, PDF, etc? I have read the threads of "on the fly pdf's" and others, but I can't find anything that tells the best method to begin with... Any suggestions?

Travis

Psychopsia

4:25 pm on Oct 4, 2006 (gmt 0)

10+ Year Member



Hello,
I'm using PDF on the fly to generate files, with data extracted from databases.

I use my own version of [ros.co.nz...] to fit the needs.

kieftrav

12:06 am on Oct 5, 2006 (gmt 0)

10+ Year Member



Thanks, Psychopsia. That's a good idea. Are there any other methods besides PDF?

Travis

coopster

6:59 pm on Oct 9, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Sometimes a simple <table> works well for <form> data. Lists work well too (<ul> or <ol>).