Login Block - add text into fields?
Permalink
Hi all,
In the free login block I am trying to add some wording which disappears when the user clicks into the field
this is from view.php but i'm not sure where to put the initial value?
thanks for looking!
In the free login block I am trying to add some wording which disappears when the user clicks into the field
this is from view.php but i'm not sure where to put the initial value?
<div class="uNameWrap">
<?php echo $form->text('uName',$uName); ?>
</div>thanks for looking!
to