important question

Confluence User - 21 Mar, 2016

is it possible for me to populate a text field depending on the selected select box?

 

in my sample image, when the Approver "Gerald Ablaza" is selected, the email text field should be "test@mail.com" because that is his email in the datalist. how will i do this?

 

i am using Joget Workflow v5 Community Edition. thanks!

forms;datalists;userviews;user

9


21 Mar, 2016
confluenceUser
confluenceUser

I think u can only use Ajax Sub Form to load the value for email which depending on a select box.

21 Mar, 2016
confluenceUser
confluenceUser

where can i get Ajax sub form?

21 Mar, 2016
confluenceUser
confluenceUser
21 Mar, 2016
confluenceUser
confluenceUser

i dont have ajax sub form in my joget, is that exclusive for enterprise only?

21 Mar, 2016
confluenceUser
confluenceUser

Yes, it is an Enterprise Edition feature.

21 Mar, 2016
confluenceUser
confluenceUser

is there a way to do it in community edition? even doing it in hash variables?

21 Mar, 2016
confluenceUser
confluenceUser

One way is to develop your own form element plugin. You can check out the following article - http://dev.joget.org/community/display/KBv4/Extending+Functionality+-+Developing+Plugins. Now sure how one can use hash variables to do this, but I would be interested to see how it can be done :) Maybe some of the other members here can share their thoughts.

21 Mar, 2016
confluenceUser
confluenceUser

You can use JavaScript to perform an AJAX call to a backend web service which retrieves the data. You would need to build both the AJAX script and the web service though. This is probably how the Ajax sub form works too.

21 Mar, 2016
confluenceUser
confluenceUser

i am new to everything, can someone help me?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print