Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
The custom html form element accepts hash variables from current form only if the current form fields have values in them upon form load. Else you may have to define a record ID in the Form Data Hash Variable.
Also, seems from your load binder bean shell script, you could just use the JDBC Form Binder to write SQL query.
I've been loading the form fields from the load binder. Is it possible to use those field values in the same form in the custom HTML field?
And how can I use load binder to directly inject those values in custom HTML instead of form fields?
I've written a load binder using bean shell. In this code, I'm fetching values from local DB and inserting into form fields.
As this code is getting inserted into form fields.
But I also want to insert the same values into custom HTML. Is it possible to insert the values into custom HTML using bean shell? Suggest me what changes do I need to make in the code to insert the values into HTML tags ?
Thankyou !!!