Get Value Textfield From Selectbox Option ?

Confluence User - 15 Sep, 2015

Dear master,

How to get value textbox from selectbox option in form ?, can help me for simple sample this case.

 

thanks for attention

forms

3


24 Sep, 2015
confluenceUser
confluenceUser

If I understand well, you want to have the value and the label of a selectbox reccorded in the form, is that right ?

I had to do the same thing in my application. There may be a better solution but at least this one works :

  1. I created a form named "A" for exemple which contains labels and values of the selectbox
  2. Then in the selectbox, I use the form binder load and I select the form A as the source. I say that the first column is the id (value) and the second one is the label.
  3. Then I created an hidden ajax subform linked to the selectbox with the option that data is stored in parent form. This hidden ajax subform is the "A" form created at step 1.
  4. So when I select an option in the selctbox, label and values "appear" in the hidden ajax subform and as data is stored in the parent form, I finnaly get these two columns in the form table.

I have not an access right now to joget so there may be some few differences.

25 Sep, 2015
confluenceUser
confluenceUser

Hello master,

thanks for your answer, and i will be try this solution. maybe this answer is help me.

30 May, 2016
confluenceUser
confluenceUser

are your issue resolved?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print