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
-
... ... @@ -131,11 +131,6 @@ 131 131 xcontext.put("strEmailBody",strEmailBody) 132 132 // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID) 133 133 xcontext.put("strCompanyName",strCompanyName) 134 - xcontext.put("strCompanyName",strCompanyAddress) 135 - xcontext.put("strCompanyName",strCompanyCity) 136 - xcontext.put("strCompanyName",strCompanyPostcode) 137 - xcontext.put("strCompanyName",strCompanyProvince) 138 - xcontext.put("strCompanyName",strCompanyCountry) 139 139 xcontext.put("strTitle",strTitle) 140 140 xcontext.put("strFirstname",strFirstname) 141 141 xcontext.put("strLastname",strLastname) ... ... @@ -537,13 +537,6 @@ 537 537 <p>After you click the below <b>Register</b> button, you should receive an automatically generated e-mail to the primary e-mail address you provide in the form above, containing a verification link. You must verify your e-mail address by clicking this verification link contained in the e-mail within 24 hours, otherwise your data may be deleted and you will have to restart the registration process.</p> 538 538 539 539 <input type="hidden" id="companyname" name="companyname" readonly value="${xcontext.strCompanyName}" size="50"> 540 - 541 -<input type="hidden" id="companycity" name="companycity" readonly value="${xcontext.strCompanyAddress}" size="100"> 542 -<input type="hidden" id="companyaddress" name="companyaddress" readonly value="${xcontext.strCompanyCity}" size="100"> 543 -<input type="hidden" id="companypostcode" name="companypostcode" readonly value="${xcontext.strCompanyPostcode}" size="100"> 544 -<input type="hidden" id="companyprovince" name="companyprovince" readonly value="${xcontext.strCompanyProvince}" size="100"> 545 -<input type="hidden" id="companycountry" name="companycountry" readonly value="${xcontext.strCompanyCountry}" size="50"> 546 - 547 547 <input type="hidden" id="title" name="title" readonly value="${xcontext.strTitle}" size="10"> 548 548 <input type="hidden" id="firstname" name="firstname" readonly value="${xcontext.strFirstname}" size="50"> 549 549 <input type="hidden" id="lastname" name="lastname" readonly value="${xcontext.strLastname}" size="50">