Version 1, last updated by slim at March 10, 2007 06:41 UTC

Eform is basically a container for a bunch of attribute/value pairs. In Javascript we use the object literal to represent an eform. So whenever you see the mentioning of a message type EForm think of an object literal. (i.e. {"name1" : 1, "name2" : 2})