Custom Forms

mrpicante wrote on Thursday, August 06, 2009:

The way I made a created a form was by using some of the parts of example2 that is in xampp/htdocs/openemr/contrib/forms. Now you do need to make a separate page for VIEW, NEW, SAVE, PRINT. Also have to create a SQL table with the variables of all the data input that you will have on the form. After the form is created it needs to be added to the folder: xampp/htdocs/openemr/interface/forms so that when you are in running OpenEMR and you go to the admin page and click on forms you will see it on the unregistered forms sect=
ions then you will be able to register the form and test it out to make sure all is working.

Sorry for the delay on the answer I’ve been a little busy.

Sam

cfapress wrote on Tuesday, August 11, 2009:

When you create a new form you need to create a new database table for it and at least customize the view, save, and new code.

I’m working on making this easier with an interface like MS Access.

Jason