! Create Digital Signature Fields
! The accumulated range box of the following elements
! define the Digital Signature field in the PDF document.

! Add digital signature field for Engineers
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
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 ODOT website
if (cellname == "ODOT_SEAL") then
	action_item = LINK
	action_name = "ODOTMain"
	action_type = WEB_URL
	action_spec = "https://transportation.ohio.gov/"
endif