<
From version < 1.19 >
edited by SuperUwe Trueggelmann
on 2022-10-13
To version < 1.24 >
edited by SuperUwe Trueggelmann
on 2022-10-13
>
Change comment: There is no comment for this version

Summary

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)
... ... @@ -208,10 +208,10 @@
208 208  }
209 209  </style>
210 210  </head>
211 - <form action="" class="xformInline" method="post" name="User Registration Form">
212 - <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
216 + <form action="" class="xformInline" method="post" name="Contact Edit Form">
217 + <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
213 213   <col style="width:30%">
214 - <col style="width:70%">
219 + <col style="width:70%">
215 215   <th colspan = "2">
216 216   <b>Company Information</b>
217 217   </th>
... ... @@ -327,9 +327,12 @@
327 327   #if( $xcontext.strFormStatus == "DataCorrection" )
328 328   {{html wiki=false clean=false}}
329 329   <form action="" class="xformInline" method="post" name="User Registration Form">
330 - <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
335 + <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
331 331   <col style="width:30%">
332 332   <col style="width:70%">
338 + <th colspan = "2">
339 + <b>Company Information</b>
340 + </th>
333 333   <tr>
334 334   <td align="left" class="style1">Company name:</td>
335 335   <td class="style1">
... ... @@ -338,6 +338,44 @@
338 338   </td>
339 339   </tr>
340 340   <tr>
349 + <td align="left" class="style1">Registered Business Address - House Number, Street:</td>
350 + <td class="style1">
351 + <input type="text" id="companyaddress" name="companyaddress" placeholder="Enter the House Number, Street, Floor, etc part of your company's registered business address" size="100">
352 + </select>
353 + </td>
354 + </tr>
355 + <tr>
356 + <td align="left" class="style1">Registered Business Address - City:</td>
357 + <td class="style1">
358 + <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100">
359 + </select>
360 + </td>
361 + </tr>
362 + <tr>
363 + <td align="left" class="style1">Registered Business Address - Postal Code:</td>
364 + <td class="style1">
365 + <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100">
366 + </select>
367 + </td>
368 + </tr>
369 + <tr>
370 + <td align="left" class="style1">Registered Business Address - Province or State:</td>
371 + <td class="style1">
372 + <input type="text" id="companyprovince" name="companyprovince" placeholder="Enter the Province or State part of your company's registered business address, leave empty if n/a" size="100">
373 + </select>
374 + </td>
375 + </tr>
376 + <tr>
377 + <td align="left" class="style1">Registered Business Address - Country:</td>
378 + <td class="style1">
379 + <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50">
380 + </select>
381 + </td>
382 + </tr>
383 + <th colspan = "2">
384 + <b>Your Contact Information</b>
385 + </th>
386 + <tr>
341 341   <td align="left" class="style1">Title:</td>
342 342   <td class="style1">
343 343   <input type="text" id="title" name="title" placeholder="Enter your title" value="${xcontext.strTitle}" size="20">
... ... @@ -491,6 +491,13 @@
491 491  <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>
492 492  
493 493  <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 +
494 494  <input type="hidden" id="title" name="title" readonly value="${xcontext.strTitle}" size="10">
495 495  <input type="hidden" id="firstname" name="firstname" readonly value="${xcontext.strFirstname}" size="50">
496 496  <input type="hidden" id="lastname" name="lastname" readonly value="${xcontext.strLastname}" size="50">
© 2022 TruCert Assessment Services Inc.
V01-00