I am using php5.3.2 ubuntu 9.10 and mysql 5.1.41. I would like to know what would I need to do to change the display layout of the LBF I created. I used the LBF feature to create the form and everything seems to be working well, it allows me to input the data and even displays and prints out the form. However, I would like to change the way the form display/prints out. ie., what files would I look into? Or perhaps some other way that I have overlooked.
Thanks in advance for your help John
I don’t know if this is the most efficient way but what I ended up doing was using xml form generator to create the form. It then puts all the layout pages associated with that form in one folder so I didn’t have to worry about messing up other form formats. Then I edited the report.php file with some php and html code to adjust the layout to the way the clinic wanted it. If there is a better way please let me know. Thanks John