




















 
 
























	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




	



	
	
	
		
	

	
	


	
	

	
	
	
		
	
	
			
	
	
		
	
			
	
	
	
				
	
	
	
	
	
			
	
	

	
	
	

	

	

	
	
			



	

	



	


				
		
		



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />


	<base href="http://www.scotvq.com/">


<title>Login/Register                                                                                                                                                                                                                                                 </title>
<meta name="description" content="Login/Register">
<meta name="keywords" content="Login/Register">


<link href="http://www.scotvq.com/_css/main-style.css" rel="stylesheet" type="text/css" />
<link href="http://www.scotvq.com/_css/forms2.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="http://www.scotvq.com/_css/explore-style.css" />
<![endif]-->
<script type="text/javascript" language="javascript" src="http://www.scotvq.com/_script/jquery.js"></script>
<script type="text/javascript" language="javascript" src="http://www.scotvq.com/_script/jquery-actions.js"></script>



<SCRIPT SRC="http://www.scotvq.com//_scripts/qforms.js"></SCRIPT>
	<SCRIPT LANGUAGE="JavaScript">
	<!--//
	// set the path to the qForms directory
	qFormAPI.setLibraryPath("http://www.scotvq.com//_scripts/");
	// this loads all the default libraries
	qFormAPI.include("*");
	
	qFormAPI.include("validation");
qFormAPI.include("functions", null, "12");
	//-->
	</SCRIPT>


</head>


<body>
<div id="insidebodynm">  
  <div class="content">
    <div class="bread"></div>
    <div class="text">
<h1>Login/Register</h1>
<p>Welcome to the SCOTVQ forums page.</p>
<p>Candidates who are working towards their SVQ using a distance or blended learning approach will access online forums via this page.  Following induction, candidates will be issued with a password and username which when entered below will enable them to access discussions instigated and moderated by their assessor either live at set times or over a set time period as determined by the assessor.  Candidates are instructed by their assessor when a discussion appropriate to their learning is occurring and will detail what is expected of the candidates.</p>
<p>To enter the secure area, please enter your supplied username and password below. The system is case sensitive so remember to turn off your CAPS LOCK.</p>

<table width="100%"  border="0" cellspacing="0" cellpadding="10">
  <tr valign="top">
    <td>

<h2>Log In</h2>




	<form method="post" action="login_process.cfm" name="loginform">
	<TABLE border="0" cellspacing="0" cellpadding="5">
  <TR>
    <TD><b>Login ID :</b></TD>
    <TD><input type="Text" name="user_login_ID" size="40" maxlength="150" id="user_login_ID"></TD>
  </TR>
  <TR>
    <TD><b>Password:</b></TD>
    <TD><input type="password" name="user_password" size="40" maxlength="40" id="user_password"></TD>
  </TR>
</TABLE>
<div id="endform"></div>
<input name="SEND" type="submit" class="button" id="Send" value="Log In" />
</form>


<SCRIPT LANGUAGE="JavaScript">
<!--//
// initialize the qForm object
objForm = new qForm("loginform");

// set error colour
qFormAPI.errorColor = "#FF9B9B";

// make these fields required
objForm.required("user_login_ID");
objForm.required("user_password");

objForm.user_login_ID.description = "Login ID";
objForm.user_password.description = "Password";


//-->
</SCRIPT></td>
    <td>

<h2> Register</h2>
<p>Fields marked with <SPAN class="asterisk">*</SPAN> must be filled
    in </p>

<form method="post" action="register-process.cfm" name="registerform">
<div class="row"> 
<span class="label">First Name <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="first_name" size="45"></span>
</div>

<div class="row"> 
<span class="label">Surname <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="surname" size="45"></span>
</div>

<div class="row"> 
<span class="label">Organisation </span>
<span class="formw"><input type="Text" name="organisation" size="45"></span>
</div>


<div class="row"> 
<span class="label">Address <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="address1" size="45"></span>
</div>

<div class="row"> 
<span class="label">&nbsp;</span>
<span class="formw"><input type="Text" name="address2" size="45"></span>
</div>
<div class="row"> 
<span class="label">&nbsp;</span>
<span class="formw"><input type="Text" name="address3" size="45"></span>
</div>      

<div class="row"> 
<span class="label">Town <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="town" size="35"></span>
</div>  

<div class="row"> 
<span class="label">Postcode <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="postcode" size="15"></span>
</div>

<div class="row"> 
<span class="label">Phone <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="phone" size="25"></span>
</div> 

<div class="row"> 
<span class="label">Mobile</span>
<span class="formw"><input type="Text" name="mobile" size="25"></span>
</div>  

<div class="row"> 
<span class="label">Email <SPAN class="asterisk">*</SPAN></span>
<span class="formw"><input type="Text" name="email" size="60"></span>
</div>
<div class="row"> 
<span class="label">Email (other)</span>
<span class="formw"><input type="Text" name="email2" size="60"></span>
</div>

<div id="endform"></div>
<p>&nbsp;</p>
<input name="SEND" type="submit" class="button" id="Send" value="Register" />
</form>


<SCRIPT LANGUAGE="JavaScript">
<!--//
// initialize the qForm object
objForm = new qForm("registerform");

// set error colour
qFormAPI.errorColor = "#FF9B9B";

// make these fields required
objForm.required("first_name");
objForm.required("surname");
objForm.required("address1");
objForm.required("town");
objForm.required("postcode");
objForm.required("phone");
objForm.required("email");

objForm.first_name.description = "First Name";
objForm.surname.description = "Surname";
objForm.address1.description = "Address";
objForm.town.description = "town";
objForm.postcode.description = "Postcode";
objForm.phone.description = "Phone";
objForm.email.description = "Email";



//-->
</SCRIPT>

</td>
  </tr>
</table>





    </div>
  </div>
  <div class="clear">
    <!-- Clearing -->
  </div>
  <div id="footer">


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




	



	
	
	
		
	

	
	


	
	

	
	
	
		
	
	
			
	
	
		
	
			
	
	
	
				
	
	
	
	
	
			
	
	

	
	
	

	

	

	
	
			



	

	

	
				
		
		

<p>

<a href="index.cfm"  >Home</a> |

<a href="about.cfm"  >About</a> |

<a href="courses.cfm"  >Courses</a> |

<a href="consultancy.cfm"  >Consultancy</a> |

<a href="recruitment.cfm"  >Recruitment</a> |

<a href="links.cfm"  >Links</a> |

<a href="contact.cfm"  >Contact</a> |

<a href="login-register.cfm"  >Login/Register</a> 

</p>

    <p><strong>SCOTVQ Limited</strong>, Craigdhu House, 11 Gladstone Place, Stirling, FK8 2NN. | <strong>Tel:</strong> 0845 26 000 27  |  <strong>Email</strong>: <a href="mailto:info@scotvq.com" target="_blank">info@scotvq.com</a></p>
    <p>copyright &copy; 2010 SCOTVQ Ltd  |  <a href="http://www.media.co.uk" target="_blank">online marketing and development - MediaCo (uk)</a> | <a href="sitemap.cfm">Sitemap</a></p>

  </div>
</div>
<div id="header">
  <div class="section">
    <div class="logo"><a href="index.cfm"><img src="images/main-logo.gif" alt="ScotVQ" width="192" height="47" border="0" /></a></div>
    <div class="text">
      <p>education, vocational training, assessment<br />
        and professional development</p>
    </div>
  </div>
</div>
<div id="navbar">
  <div id="nav">


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




	



	
	
	
		
	

	
	


	
	

	
	
	
		
	
	
			
	
	
		
	
			
	
	
	
				
	
	
	
	
	
			
	
	

	
	
	

	

	

	
	
			



	

	

	
				
		
		

<ul>

<li><a href="index.cfm"    >Home</a></li>

<li><a href="about.cfm"    >About</a></li>

<li><a href="courses.cfm"    >Courses</a></li>

<li><a href="consultancy.cfm"    >Consultancy</a></li>

<li><a href="recruitment.cfm"    >Recruitment</a></li>

<li><a href="links.cfm"    >Links</a></li>

<li><a href="contact.cfm"    >Contact</a></li>

<li><a href="login-register.cfm"   class="active" class="active">Login/Register</a></li>

</ul>




  </div>
</div>
<div id="insidebar"><div id="insidebarLogin"><div class="logo">
  <h3>Simply login to enter</h3>
	</div></div>
</div>
</body>
</html>
