Notifications
Clear all
Topic starter
I am trying to modify this form for our providers but if someone else in the meantime can help i need to figure out how to get the weight translation to go to pounds and ounces instead of decimal format in this form. When you enter in the weight in lbs and oz for a child then look at the text it is converted to decimals weight. Example 11 lb 8 oz in the form = 11.50 pounds in the document. Any help?
Posted : March 16, 2014 9:55 pm
I get an error trying to open the form, but i think something like this -
{CFMT(document.lbs,"","Weight: ","B"," lb " + CFMT(document.oz,"","",""," oz","") + "
")}
Just replace the document labels with whatever the form is using, with this setup the pounds field cant be blank
Posted : March 16, 2014 10:47 pm
Topic starter
Is there a new way to post forms since they changed this site
Posted : March 16, 2014 10:53 pm