Hi.you need to take the user's last Name and send via post.How is that possible to do? {{velocity}} #set ($s1 = $xcontext.user) {{/velocity}} {{html}} <head> </head> <body> <div class="abouts"> <form action="http://xwiki.taxisaturn.ru:90/form/form.php" method="post"> <fieldset> <div class="rows"> <div class="aboutname">Сообщение будет отправлено от: <input type="name" name="name" placeholder="ФИО" required></div> <section> <label class="textarea"> // <input type="name" name="id">$s1</input> <textarea rows="4" style="width: 621px;" name="text" placeholder="Сообщение" required></textarea> </label> </section> <button type="submit" class="button">Отправить</button> </label> </section> </div> </div> </fieldset> </form> </form> </body> {{/html}} how to put a variable in html? really need help -- View this message in context: http://xwiki.475771.n2.nabble.com/Post-tp7603407.html Sent from the XWiki- Dev mailing list archive at Nabble.com.