How to output memberid on html template page?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

How to output memberid on html template page?

Post by bambinou » 2014-06-06 15:06

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

Post Reply