How to get User Name automatically in to text box

im going to create a contact us page using custome page plugin

i want to add username, to "name text box" automatically (Only Login User)

How can i do it

Best Answer

Answers

  • hi @Chanux

    you could try

    <input type="text" value="<?php echo $Session->User->Name; ?>" name="username" />

  • Not Working :(

  • yes.. it is working now.. Thanx

  • @Chanux welcome :) just a friendly suggestion, after getting an answer you could vote it for "awesome" or "insightful" to help other people see the answer to your question faster :)

  • OK frnd.. i only clicked Did this answer the question? Yes • No

Sign In or Register to comment.