Page 1 of 1

How to output memberid on html template page?

Posted: 2014-06-06 15:06
by bambinou
Hello,

I am having a bit of a headache with this problem.
I have create a form(manually) on this page:
artwork_templateDV.html

I need to pass the memberid as:
<input type="text" class=" form-textbox validate[required]" data-type="input-textbox" id="input_1" name="q1_fromUser" size="20" value="<%%VALUE(memberID)%%>" />

But this does not work, what is the shortname to pass memberid in the html templates please?

I cannot use php because the template is purely html.

Thank you,

Ben