Menu

#4 Help tips with several forms

open
nobody
None
5
2009-08-03
2009-08-03
No

As help tips are bound to form field names, it is not possible to have help tips for two forms in a page if there are some repeated form filed names.

For example, in the following code help is only shown in the form1 form:

<form name="form1">
<input type="text" name="user" />
<yav:help for="user" message="Set user" />
</form>

<form name="form2">
<input type="text" name="user" />
<yav:help for="user" message="Set user" />
</form>

Discussion


Log in to post a comment.