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,6 +10,11 @@ 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 = "" 13 13 String strTitle = "" 14 14 String strFirstname = "" 15 15 String strLastname = "" ... ... @@ -157,11 +157,11 @@ 157 157 xcontext.put("strEmailBody",strEmailBody) 158 158 // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID) 159 159 xcontext.put("strCompanyName",strCompanyName) 160 - xcontext.put("strCompany Name",strCompanyAddress)161 - xcontext.put("strCompany Name",strCompanyCity)162 - xcontext.put("strCompany Name",strCompanyPostcode)163 - xcontext.put("strCompany Name",strCompanyProvince)164 - xcontext.put("strCompany Name",strCompanyCountry)165 + xcontext.put("strCompanyAddress",strCompanyAddress) 166 + xcontext.put("strCompanyCity",strCompanyCity) 167 + xcontext.put("strCompanyPostcode",strCompanyPostcode) 168 + xcontext.put("strCompanyProvince",strCompanyProvince) 169 + xcontext.put("strCompanyCountry",strCompanyCountry) 165 165 xcontext.put("strTitle",strTitle) 166 166 xcontext.put("strFirstname",strFirstname) 167 167 xcontext.put("strLastname",strLastname)