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
-
... ... @@ -181,40 +181,10 @@ 181 181 ##$xcontext.strFormStatus 182 182 #if( $xcontext.strFormStatus == "DataEntry" ) 183 183 {{html wiki=false clean=false}} 184 -<head> 185 -<style> 186 -#cecTable { 187 - font-family: Arial, Helvetica, sans-serif; 188 - border-collapse: collapse; 189 - border-color: #007d84 190 - width: 100%; 191 -} 192 - 193 -#cecTable td, #cecTable th { 194 - border: 1px solid #007d84; 195 - padding: 8px; 196 -} 197 - 198 -#cecTable tr:nth-child(even){background-color: #d0d3d4;} 199 - 200 -#cecTable tr:hover {background-color: #ddd;} 201 - 202 -#cecTable th { 203 - padding-top: 12px; 204 - padding-bottom: 12px; 205 - text-align: left; 206 - background-color: #007d84; 207 - color: white; 208 -} 209 -</style> 210 -</head> 211 211 <form action="" class="xformInline" method="post" name="User Registration Form"> 212 212 <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left"> 213 213 <col style="width:30%"> 214 214 <col style="width:70%"> 215 - <th colspan = "2"> 216 - <b>Company Information</b> 217 - </th> 218 218 <tr> 219 219 <td align="left" class="style1">Company name:</td> 220 220 <td class="style1"> ... ... @@ -222,45 +222,14 @@ 222 222 </select> 223 223 </td> 224 224 </tr> 225 - <tr> 195 + <tr> 226 226 <td align="left" class="style1">Registered Business Address - House Number, Street:</td> 227 227 <td class="style1"> 228 - <input type="text" id="companyaddress" name="companyaddress" placeholder="Enter the House Number, Street, Floor,etcpart of your company's registered business address" size="100">198 + <input type="text" id="companyaddress" name="companyaddress" placeholder="Enter the House Number, Street, floor, part of your company's registered business address" size="80"> 229 229 </select> 230 230 </td> 231 231 </tr> 232 232 <tr> 233 - <td align="left" class="style1">Registered Business Address - City:</td> 234 - <td class="style1"> 235 - <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100"> 236 - </select> 237 - </td> 238 - </tr> 239 - <tr> 240 - <td align="left" class="style1">Registered Business Address - Postal Code:</td> 241 - <td class="style1"> 242 - <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100"> 243 - </select> 244 - </td> 245 - </tr> 246 - <tr> 247 - <td align="left" class="style1">Registered Business Address - Province or State:</td> 248 - <td class="style1"> 249 - <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"> 250 - </select> 251 - </td> 252 - </tr> 253 - <tr> 254 - <td align="left" class="style1">Registered Business Address - Country:</td> 255 - <td class="style1"> 256 - <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50"> 257 - </select> 258 - </td> 259 - </tr> 260 - <th colspan = "2"> 261 - <b>Your Contact Information</b> 262 - </th> 263 - <tr> 264 264 <td align="left" class="style1">Title:</td> 265 265 <td class="style1"> 266 266 <input type="text" id="title" name="title" placeholder="Enter your title (Ms, Mr, Dr, etc)" size="30">