Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
With the form created, we can now make it available to the end user.
Add a Form menu to the Userview.
In "URL Redirect After Form Submission", key in a unique custom ID such that it will redirect to the Calendar menu.
The rationale here is that user will fill up the search form, submit the form, and gets redirected to the calendar that is filtered by the user.
Make use of binder such as "Advanced Form Data Binder".
Under "Filter Conditions", add in as much row as needed to.
Choose the appropriate field that you want to filter.
Set operator to "Like" to return matching value.
And, in value, we can make use of form hash variable to obtain the value from the search form.
%#form.j_meetingsearch.title[{currentUser.id}]#%