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,6 +131,11 @@ 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) 134 134 xcontext.put("strTitle",strTitle) 135 135 xcontext.put("strFirstname",strFirstname) 136 136 xcontext.put("strLastname",strLastname) ... ... @@ -532,6 +532,13 @@ 532 532 <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> 533 533 534 534 <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 + 535 535 <input type="hidden" id="title" name="title" readonly value="${xcontext.strTitle}" size="10"> 536 536 <input type="hidden" id="firstname" name="firstname" readonly value="${xcontext.strFirstname}" size="50"> 537 537 <input type="hidden" id="lastname" name="lastname" readonly value="${xcontext.strLastname}" size="50">