Xl() support in form making tool complete

markleeds wrote on Friday, September 07, 2007:

Form making tool, A.K.A. openemr/contrib/forms/formmaker/formscript.pl now has xl() support for language translation.  I have tested it to see that it works normally and that all of the xl()'s seem to be put in correctly.

There are some other bugs relating to how form data is submitted and presented.  I think these bugs have been present since the first version.  I didn’t notice these because my use of this tool has been to create a form and then rip out a lot of what was automatically generated.  If anyone else using formscript.pl has had problems, please let me know.

markleeds wrote on Friday, September 28, 2007:

I also added support for a date field.  All you have to do in your template file is:

fieldname::date

It will create a date field with a textbox and the javascript popup calendar that is currently used.  The date will be stored in the database in a DATE type column so it will be useful later studying the data.

I also fixed a few annoying bugs that were generated in save.php regarding the listing of positive and negative findings.

I was about to add the new multiple browser code, but I saw that Rod already did it for me.  Thanks Rod!

Please let me know if there are more bugs or other problems.

Mark