Registration Need to Access


You are required to register on the site to gain access to the Examples, and Issue Reporting. Registration is free and takes only a few moments.

Register Here

Thank you

Introducing the Future of Form Building: DynamicForm for Oqtane


Version 2.0.x - Released

Commercial

After rigorous development and testing, DynamicForms is ready to empower your digital experiences like never before. We are thrilled to announce the commercial availability of Dynamic Forms, now featuring a generous 45-day trial offer! After extensive development and testing, Dynamic Forms is ready to revolutionize your digital experiences on Oqtane

New Features


New Component [IF]

The IF component allows analysis of record data. If the condition is TRUE, the [$IF] tag will be replaced with the True field; if FALSE, it will be replaced with the False field. A practical example is dynamic class toggling in the Presenter.

= IF(_Image Equal -1 ? 'HideImage' : 'ShowImage')

For instance, if the _Image field returns -1 (indicating no image), the IF token $[IF] will be substituted with the text HideImage. In the Presenter CSS, a corresponding class named HideImage is defined:

.HideImage {
    display: none;
}

Click image to display!

Added to DynamicForm in version 2.1.0

Last Reviewed : Never!
New Feature Reviews
Form Designer

The DynamicForm designer is the first thing needed to create the form. When the form is saved the underlying data structure is created.

Data Presenter

When you Form is created and you have the underlying data structure, the data will need to be presented. This is done using a Token replace template. The design will preview in real-time.