tags:

views:

27

answers:

2

I need to develop a simple form (intended only for printing) to be filled in by arbitrary end users (i.e. no specialized software). Ideally, I'd like the end-user to be able to save their inputs to the form and update it periodically. It seems that (at least without LiveCycle Enterprise Suite) Adobe Reader won't save data input in a PDF form. Aside from just distributing the form as a Word document, does anyone have any suggestions?

Background: I do some work for a volunteer ambulance corps. They have a lot of elderly patients who don't know (or can't remember) their medical history. They want to develop a common form with personal information (name, address, DOB, medications list, etc.) for elderly residents to hang on their refrigerators (apparently a common solution to this problem). As some of them (or their children/grandchildren) are computer literate, it would make most sense to provide a download-able blank form that can be filled in, saved, updated, and re-printed as needed. Due to worries about privacy, HIPAA, etc. anything with server-side generation is out, it needs to be 100% client-side, and in a format that the majority of non-technical computer users can access without additional software.

Thanks for any tips... at this point, I'm leaning towards just using a .doc form.

edit

This organization is a 501(c)(3) non-profit, funded 100% by donations. Our workstations all run Linux, and we have no software budget. (For those outside the US, or unfamiliar with 501(c)(3) - we're a non-profit organization, and only funded by donations. Our total budget is about $80,000 USD/year, which includes owning a building, insurance ($25,000/year) and operating two ambulances.)

A: 

Adobe's tools are the obvious if pricy option for creating fillable PDF forms. However there are a number of vendors who offer cheaper products which basically do the same thing, such as FoxIT Form Designer.

APC
This organization is a 501(c)(3) non-profit, funded 100% by donations. Our workstations all run Linux, and we have no software budget...
Jason Antman
@JasonAntman - we all understand the rules of baseball and know the area code for Beverly Hills, but alas the intricacies of the US tax system have yet to attain worldwide currency. However I get your drift. As this additional information is pertinent to any proposed solution I have promoted your comment to the body of your question.
APC
Thanks for the edit. Attempted to clarify a bit more. And, for those outside the US - don't even *think* about our tax system. My accountant still doesn't understand all of it...
Jason Antman
A: 

At this point, I think I've decided to just go with a Word document (created in OO, of course). It's about the only thing I could think of (client-side) that pretty much everyone out there can edit and save.

Jason Antman
i think you should consider .rtf if you aren't doing anything complex with it. i'm not sure what the disadvantages are, but for simple stuff it works very well. you could also take a look at formats common for openoffice and word. openoffice is free, so you can easily download it and check it. you could start here: http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Writer/DocumentManagement
zxcvbnm