I have the following code:
<input type="text" name="firstName" id="firstName" value=" <?php setValue( "firstName" ) ?> " />
The problem is, the value attribute reaches the first quote <?php setValue(
as a value of the input field. How to deal with it?