#WITH_ERROR(#FormError)
#INCLUDE("SF-ELogisticsPickPostSelectMap")

#IF(#FormError_PickPostAddressStreet OR #FormError_PickPostAddressZipCode OR #FormError_PickPostAddressCity)

{PickPostSelectionMissing}

#ENDIF

{YourPicPostAddress}

{Street}
#LOCAL("PickPostAddressStreetValue",#FUNCTION("ERROR_VALUE",#INPUT.PickPostAddressStreet,#PickPostAddressStreet ))
#PickPostAddressStreetValue
#ENDLOCAL
{Zipcode}
#LOCAL("PickPostAddressZipcodeValue",#FUNCTION("ERROR_VALUE",#INPUT.PickPostAddressZipCode,#PickPostAddressZipCode ))
#PickPostAddressZipcodeValue
#ENDLOCAL
{City}
#LOCAL("PickPostAddressCityValue",#FUNCTION("ERROR_VALUE",#INPUT.PickPostAddressCity,#PickPostAddressCity ))
#PickPostAddressCityValue
#ENDLOCAL
#ENDWITH_ERROR