adding text and a dollar sign to a custom format text field
I'm trying to add a script to the custom format window of a text field so I can have the results show like this - $22.33 per foot (or whatever dollar amount entered). I've been playing around with this bit of code but cannot get it to do as I want. Can someone help me out? Here's the javascript that comes close
AFNumber_Format(2,0,0,0,"$/ per foot",false);
