!Create Digital Signature Fields !Add in legacy fields for older signature cells if (cellname == "OHDOT-SEAL-SIGNATURE_0") then action_item = field action_name = "Engineer0" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_1") then action_item = field action_name = "Engineer1" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_2") then action_item = field action_name = "Engineer2" action_type = digsig_field action_spec = "Engineer Signature" else if (cellname == "OHDOT-SEAL-SIGNATURE_3") then action_item = field action_name = "Engineer3" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_4") then action_item = field action_name = "Engineer4" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_5") then action_item = field action_name = "Engineer5" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_6") then action_item = field action_name = "Engineer6" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_7") then action_item = field action_name = "Engineer7" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_8") then action_item = field action_name = "Engineer8" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_9") then action_item = field action_name = "Engineer9" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_10") then action_item = field action_name = "Engineer10" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_11") then action_item = field action_name = "Engineer11" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_12") then action_item = field action_name = "Engineer12" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_13") then action_item = field action_name = "Engineer13" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_14") then action_item = field action_name = "Engineer14" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_15") then action_item = field action_name = "Engineer15" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_16") then action_item = field action_name = "Engineer16" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_17") then action_item = field action_name = "Engineer17" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_18") then action_item = field action_name = "Engineer18" action_type = digsig_field else if (cellname == "OHDOT-SEAL-SIGNATURE_19") then action_item = field action_name = "Engineer19" action_type = digsig_field endif !Add digital signature field for DDD if (cellname == "DDD_SIGNATURE") then action_item = field action_name = "DDD0" action_type = digsig_field action_spec = "DDD Signature" endif !Add link for OUPS website if (cellname == "OUPS Logo") then action_item = LINK action_name = "OUPS" action_type = WEB_URL action_spec = "https://www.oups.org/" endif !Add link for OUPS website if (cellname == "OUPS LOGO2") then action_item = LINK action_name = "OUPS" action_type = WEB_URL action_spec = "https://www.oups.org/" endif !Add link for ODOT website if (cellname == "ODOT_SEAL") then action_item = LINK action_name = "ODOTMain" action_type = WEB_URL action_spec = "https://transportation.ohio.gov/" endif !Add signature fields if(cellname == "f98f107f-3f6a-4a67-a731-0a7a0fce279e") then action_item = field action_name = "f98f107f-3f6a-4a67-a731-0a7a0fce279e" action_type = digsig_field action_spec = "CHR" endif if(cellname == "56e742ee-6c68-417e-9b54-8c3d58358aa1") then action_item = field action_name = "56e742ee-6c68-417e-9b54-8c3d58358aa1" action_type = digsig_field action_spec = "JUSTIN DAVID KUCZYNSKI" endif