By EThuongmai Support on 7/22/2006 9:05 PM
DotNetNuke has recently release its latest portal version 3.3.3 and 4.3.3. Due to security breaking changes in the new DotNetNuke versions we do not advise users to use Enterprise Forms 2.4 or earlier in these two versions until DotNetNuke has post a fix for it.
However, if there is an absolute need to use Enterprise Forms version 2.4 or earlier in these two portals, make sure that the Form Template Manager module is not give access to Anonymous User.
|
By EThuongmai Support on 6/4/2006 11:48 PM
Ethuongmai is currently giving away a free license for translating Enterprise Forms into another language
More infomation from here
|
By EThuongmai Support on 3/13/2006 2:09 AM
Starting from version 2.3, Enterprise Forms support mathematical calculations between form fields.Â
Fields such as Text or Label fields can participate in mathematical expressions such as
Field A = Field B + Field C
what the above formula means is Enterprise Forms will automatically calculate the summation of values for Field B and Field C to store in Field A.
Â
The following is a set of instructions on how implement form field calculation in Enterprise Forms.Â
Assuming we want to calculate the following expression
C = A +Â B
In your form add 3 new Text fields, named FieldA, FieldB and FieldC
Once the fields are created note down the 16 character ID for each field
Substitute the above expression with obtained field IDs.Â
[FieldC_ID] = [FieldA_ID] + [FieldB_ID]
Note that each field ID is wrapped with open and close square brackets []. This is required in order for Enterprise Forms to understand.
Now go back to edit FieldA,... Read More » |
By EThuongmai Support on 3/9/2006 4:21 AM
Enterprise Forms 2.3 beta has recently been uploaded and currently being tested in this demo website. Any existing customers of Enterprise Forms 2.x wishing to obtain the beta version, please send us an email along with the invoice number purchased from Snowcovered.
|
By EThuongmai Support on 1/29/2006 6:50 PM
With the introduction of a rich text editor for editing HTML fields,
Enterprise Forms users now can freely create and edit rich content
without requiring any knowledge of HTML. This article describes how to
use Enterprise Forms to create and publish content via a designated
approval process.
Enterprise Forms form template designer
has an mini approval process whereby designated form creators can
create content, whether it is a web form or just an article, the form
template goes through a mini approval process before it can be publish
for public viewing. The workflow for publishing form template is a 6
step approval process. Once a form template is
created by a designated form creator, it is assigned a "Development"
state. This state is solely for designing the form template layout
and content. In addition other meta data information about the form
template such as security access controls and roles are defined.Â
During the "Development" state, the form template... Read More » |