Hi Everyone,
I noticed some tags which starts with "data-nl-" in some of the default content templates.
For example, in Acquisition template 2 I found the following part.
<form>
<div><label>Your name*</label><input id="name" type="text" data-nl-ismandatory="true" data-nl-label="Name" data-nl-xpath="@lastName" data-nl-type="string" /></div>
<div><label>Your email*</label><input id="email" type="text" data-nl-ismandatory="true" data-nl-label="Email" data-nl-xpath="@email" data-nl-type="string" /></div>
<div><label>Your telephone</label><input id="phone" type="text" data-nl-label="Telephone" data-nl-xpath="@phone" data-nl-type="string" /></div>
</form>
<div class="button"><a href="#" data-nl-type="action" data-nl-action="next">Find out more</a></div>
Is there any list of all such possible tags and there functions?
Thanks in advance.
Saikat