<VINFO_EMAIL>
Tag Function:
- Displays the email address of the visitor who commented the image. The URL is stored within a cookie and is avaliable only if this cookie is set.
Main Usage:
- Used within image_template.html or comment_template.html to dynamically recall and load the commenter's email address.
Examples:
In your image or comment template, you can use the tag like this:
<input type="text" name="name" class="input" value="<VINFO_EMAIL>" />
Sample Output:
Using the code above will generate the following when the template is run:
<input type="text" name="name" class="input" value="photolvr@example.com" />
CommentRelatedTags
<< <VINFO_URL> | TemplateTags | <TOKEN> >>