#WITH_ERROR(#FormError)
{ELogisticPickPostAddress}
#INCLUDE("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


{NotificationQuestion}
{perEmail} {EMail} {MandatoryStar} #LOCAL("PickPostAddressEmailValue",#FUNCTION("ERROR_VALUE",#INPUT.PickPostAddressEmail,#PickPostAddressEmail )) #IF(NOT #DEFINED(#PickPostAddressEmailValue)) #SET("PickPostAddressEmailValue",#User.BillingAddress.EMail) #ENDIF #ENDLOCAL
{perSMS} {PhoneCell}
#ENDWITH_ERROR