Changes for page X1000 - Contact Registration Form
Last modified by SuperUwe Trueggelmann on 2025-04-18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,11 +10,6 @@ 10 10 11 11 String strContactID = "" 12 12 String strCompanyName = "" 13 - String strCompanyAddress = "" 14 - String strCompanyCity = "" 15 - String strCompanyPostcode = "" 16 - String strCompanyProvince = "" 17 - String strCompanyCountry = "" 18 18 String strTitle = "" 19 19 String strFirstname = "" 20 20 String strLastname = "" ... ... @@ -162,11 +162,11 @@ 162 162 xcontext.put("strEmailBody",strEmailBody) 163 163 // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID) 164 164 xcontext.put("strCompanyName",strCompanyName) 165 - xcontext.put("strCompany Address",strCompanyAddress)166 - xcontext.put("strCompany City",strCompanyCity)167 - xcontext.put("strCompany Postcode",strCompanyPostcode)168 - xcontext.put("strCompany Province",strCompanyProvince)169 - xcontext.put("strCompany Country",strCompanyCountry)160 + xcontext.put("strCompanyName",strCompanyAddress) 161 + xcontext.put("strCompanyName",strCompanyCity) 162 + xcontext.put("strCompanyName",strCompanyPostcode) 163 + xcontext.put("strCompanyName",strCompanyProvince) 164 + xcontext.put("strCompanyName",strCompanyCountry) 170 170 xcontext.put("strTitle",strTitle) 171 171 xcontext.put("strFirstname",strFirstname) 172 172 xcontext.put("strLastname",strLastname) ... ... @@ -181,11 +181,11 @@ 181 181 } 182 182 if (strEditCommand == "Proceed"){ 183 183 xcontext.put("strCompanyName",strCompanyName) 184 - xcontext.put("strCompany Address",strCompanyAddress)185 - xcontext.put("strCompany City",strCompanyCity)186 - xcontext.put("strCompany Postcode",strCompanyPostcode)187 - xcontext.put("strCompany Province",strCompanyProvince)188 - xcontext.put("strCompany Country",strCompanyCountry)179 + xcontext.put("strCompanyName",strCompanyAddress) 180 + xcontext.put("strCompanyName",strCompanyCity) 181 + xcontext.put("strCompanyName",strCompanyPostcode) 182 + xcontext.put("strCompanyName",strCompanyProvince) 183 + xcontext.put("strCompanyName",strCompanyCountry) 189 189 xcontext.put("strTitle",strTitle) 190 190 xcontext.put("strFirstname",strFirstname) 191 191 xcontext.put("strLastname",strLastname) ... ... @@ -200,11 +200,11 @@ 200 200 } 201 201 if (strEditCommand == "Correct"){ 202 202 xcontext.put("strCompanyName",strCompanyName) 203 - xcontext.put("strCompany Address",strCompanyAddress)204 - xcontext.put("strCompany City",strCompanyCity)205 - xcontext.put("strCompany Postcode",strCompanyPostcode)206 - xcontext.put("strCompany Province",strCompanyProvince)207 - xcontext.put("strCompany Country",strCompanyCountry)198 + xcontext.put("strCompanyName",strCompanyAddress) 199 + xcontext.put("strCompanyName",strCompanyCity) 200 + xcontext.put("strCompanyName",strCompanyPostcode) 201 + xcontext.put("strCompanyName",strCompanyProvince) 202 + xcontext.put("strCompanyName",strCompanyCountry) 208 208 xcontext.put("strTitle",strTitle) 209 209 xcontext.put("strFirstname",strFirstname) 210 210 xcontext.put("strLastname",strLastname)