![]() |
Sergey Kornilov admin 12/2/2020 |
My Espanol is rusty but I think I understand. You want to change the field type based on another field selection. Like, change it from the text field to dropdown box or a set of radio-buttons. |
C
|
cjarerov author 12/3/2020 |
My Espanol is rusty but I think I understand. You want to change the field type based on another field selection. Like, change it from the text field to dropdown box or a set of radio-buttons. While PHPRunner doesn't have such built-in functionality you can achieve something similar using field events. You will need to display both fields on the form, hide one of them initially, and show/hide using field events based on another field selection.
|