Quote:
Originally Posted by Vitaly
I'm in process of creating forms and collecting a long list of notices
For now, 3 small qwestions:
1. How to define date field value in template? My template looks like this:
---------
Пользователь: {username}
URL: http://forum.dev.rcdesign.ru/member.php?u={userid}
$qn[5]: $q[5]
$qn[6]: $q[6]
$qn[7]: $q[7]
$qn[8]: $q[8]
---------
All other fields are ok, but date returns "Array" instead. Tryed this one "$q[8][day].$q[8][month].$q[8][year]" - doesn't help too. Form is used to send email.
2. How to get user email for registered users? Didn't found variable.
3. Which $ variable to use instead of {username} and {userid}?
|
1. $qo[8]
2. {email}
3. either {username}, {userid} or $thisuser[username], $thisuser[userid]