@Shaheena_Sheikh Coral Alert is a widget/field like other fields refer below link. Create a node above or below your color field and configure as in below image.https://helpx.adobe.com/experience-manager/6-2/sites/developing/using/reference-materials/granite-ui/api/jcr_root/libs/granite/ui/component...
@nutmix5 Check frontend-maven-plugin configuration. Try accessing node version <nodeVersion>v10.13.0</nodeVersion> from https://nodejs.org/dist/v10.13.0/ . Try to build as admin.
@Yvette_s_Channe Try the below code snippet.let ddOneValue = $(".cq-dialog").find("#dropdown-one")[0].selectedItem.value;
let ddTwoValue = $(".cq-dialog").find("#dropdown-two")[0].selectedItem.value;
let ddThreeValue = $(".cq-dialog").find("#dropdown-three")[0].selectedItem.value;
let ddFourField =...
@parag_dalal If you are doing it in server side, consider that the page will be cached and will always give the device info of the first requested device.