Hi,
Any updates? Please feel free to contact me if you have any questions.
Hi Bigred57,
According to your description, I recovered your scene, i can achieve it successfully!
Two fields:
Add them to the form you are using in portal.
JS code:
$(document).ready(function () {
MyFieldChanged();
$('#new_devicetype').on("change", MyFieldChanged);
});
function MyFieldChanged() {
var selectedValue = $('#new_devicetype').val();
//alert(selectedValue);
if (!!selectedValue && selectedValue == "100000000") {
$("#new_selectos").closest("td").find("div.control, div.info").show();
}
else {
$("#new_selectos").closest("td").find("div.control, div.info").hide();
}
}
Test Result:
André Arnaud de Cal...
293,245
Super User 2025 Season 1
Martin Dráb
231,927
Most Valuable Professional
nmaenpaa
101,156
Moderator