Trying to do this but it giving parse error... is there any way?
<?php
if($profileIdType==1)
{
<li class="col-md-6">
<label>First Name</label>
<input type="text" class="form-control validate[required]"
name="first_name" id="first_name" placeholder="First name" readonly="true"
data-toggle="tooltip" title="First name">
</li>
}
else
{
}
?>
?><- close php before the html and then start it again<?phpbefore the bracket.