I have a Vital Signs form that users can enter Kg in, but it doesn't convert this back to Lb and Oz. It is currently converting to lb and tenths of a lb. I am somewhat familiar with VFE and have done basic edits, but this is more complex and I am unfamiliar with the coding that is happening to do the conversion. Is there anyone that would be willing to assist me with trying to fix this form?
Thanks in advance.
This is very interested question. On my "HTML Encounter Form Development" class I have several labs, where students developing a Vital Signs HTML form. I may add the kg or lbs. selector to it.
What do you store in the Weight Obs value: kg or lbs.? I think you should always store the same type all the time, but convert it on the save inside of form.
My personal opinion: user should be able to enter any type (kg or lbs.) with default to the country preferences.