How to populate a text field based on another select field

Confluence User - 19 Oct, 2024

I have 
Master Form
--------------------------
Fields are
category - text field
amount - text field

Form A
----------------------------
Fields are
select category - Select field (data populate using form data (Master Form))
amount - text field

What i want
-----------------------
when i select the category in the select category field the amount field will be auto populate based on the data in the Master Form

forms

2


21 Oct, 2024
confluenceUser
confluenceUser

hi Sha,

you can try calling for ajax subform in Form A, meaning that you will have to create another Form B which will contain the textfield for "amount" in your proposed Form A.

Ultimately, there will be 3 forms.

Master Form
--------------------------
Fields are
category - text field
amount - text field

Form A
----------------------------
Fields are
select category - Select field (data populate using form data (Master Form))

ajax subform - Form B


Form B
----------------------------

amount - text field


you can also refer to this KB for more info: AJAX Subform - Knowledge Base for DX 8 - Joget | COMMUNITY

22 Oct, 2024
confluenceUser
confluenceUser

Hi Nor Aqilahani,

Thank You for the reply.

I found that AJAX Subform is available only in enterprise version (It is showing in the video in joget's documentation).
Is there any solution for this problem in community version

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print