NetTalk Central

Author Topic: Form with two drop; conditionally changing values  (Read 1053 times)

hectorp

  • Newbie
  • *
  • Posts: 44
    • View Profile
    • Email
Form with two drop; conditionally changing values
« on: May 23, 2022, 10:07:46 PM »
I have a form with two drop fields. The first one allow the user to select a language between Spanish and English.

The second one present the user various options translated in the selected language. The values presented will be filtered depending on the first (Language) drop selection.

I need the program to present the corresponding values for the second drop, immediately after  the user changes the value for the first drop.

Actually, the user has to save the form after selecting the first drop value and the return to the form to select the second drop values.

Appreciate any help on this issue.

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 418
    • View Profile
    • Email
Re: Form with two drop; conditionally changing values
« Reply #1 on: May 24, 2022, 03:51:22 AM »
In the Tab "Client-Side" on the first field, add the second field in the "Reset" list.
Remember to use th Session Value in the filter on the second field. Ex 'XXX:ParentID='''&p_web.GSV('XXX:ID')&''''