login page
This commit is contained in:
parent
e4817da7eb
commit
e38511ff64
@ -472,7 +472,7 @@ class Login_model extends CI_Model
|
|||||||
|
|
||||||
$htmlContent ='Name'.' '.$firstname.'<br>'. 'ContactNumber'.' '. $primaryPhone .'<br> '.'EmailID' .' '.$emailId .'<br>'.'Comments'.' '.$Comments;
|
$htmlContent ='Name'.' '.$firstname.'<br>'. 'ContactNumber'.' '. $primaryPhone .'<br> '.'EmailID' .' '.$emailId .'<br>'.'Comments'.' '.$Comments;
|
||||||
|
|
||||||
$this->email->to('rajasamy1991@gmail.com');
|
$this->email->to('vipnagarajan@gmail.com');
|
||||||
$this->email->from($emailId);
|
$this->email->from($emailId);
|
||||||
$subj = 'Student Enquiry';
|
$subj = 'Student Enquiry';
|
||||||
$this->email->subject($subj);
|
$this->email->subject($subj);
|
||||||
|
|||||||
@ -453,7 +453,7 @@ $scope.mailto = function(data){
|
|||||||
if((firstname == undefined)||(primaryPhone =="")||(emailId == undefined)||(Comments == undefined))
|
if((firstname == undefined)||(primaryPhone =="")||(emailId == undefined)||(Comments == undefined))
|
||||||
{
|
{
|
||||||
|
|
||||||
swal("Please Enter all the Fields");
|
// swal("Please Enter all the Fields");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
// swal("submit");
|
// swal("submit");
|
||||||
|
|||||||
@ -667,6 +667,7 @@
|
|||||||
}
|
}
|
||||||
#reg{border-color: #076ae4;
|
#reg{border-color: #076ae4;
|
||||||
box-shadow: 0 0 28px #69a9e0 inset;}
|
box-shadow: 0 0 28px #69a9e0 inset;}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -1160,14 +1161,15 @@ List of universities that have authorized Apollo college to function as the cent
|
|||||||
<label>
|
<label>
|
||||||
Comments
|
Comments
|
||||||
</label>
|
</label>
|
||||||
<textarea Style="color:block" maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control textdsc" name="Comments" ng-model="myModel.Comments" ></textarea>
|
<textarea Style="color:black" maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control textdsc" name="Comments" ng-model="myModel.Comments" ></textarea>
|
||||||
<span class="text-small block"></span>
|
<span class="text-small block"></span>
|
||||||
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
|
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
</br>
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
</br>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<!-- <br> <br> -->
|
<!-- <br> <br> -->
|
||||||
<!-- <div class="pull-right"> -->
|
<!-- <div class="pull-right"> -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user