Community Tip - You can change your system assigned username to something more personal in your community settings. X
want to change the field according to radio button , 1)If unlimited is checked then membership length field is hide and 2)if specific length is checked then membership length field show two field one for insert number and second for dropdown of day,week,monthand year and 3) If fixed date is checked then membership length field show date picker for start date and end date. please refer below attachment
Solved! Go to Solution.
To show/hide the date picker based on the selection of a radio button you can bind the state property of the radio button to the visible property of datetime picker
Hope this helps
Regards
Christophe
To show/hide the date picker based on the selection of a radio button you can bind the state property of the radio button to the visible property of datetime picker
Hope this helps
Regards
Christophe
You could do this by binding the State property of radio buttons to the Visible property of Date Time Picker & Numeric Entry widgets. In your case, use 3 Date Time Picker & 1 Numeric Entry widgets.
You could use an expression function if you prefer to achieve this using 2 Date Time Pickers.