A suggestions for naming Activators when creating new HTML is:
<FORM ACTION="some_name" METHOD="post"> ... </FORM>
<A HREF="some_name"> ... </A>After using this method,
some_name
will appear in the Activator Selector, and the developer can easily select the appropriate Activator when binding data. They will appear as follows:
ACTION=some_name
HREF=some_nameThe rule is that whatever is in the ACTION and HREF sections of the tag will be the name that shows up in the Activator Selector, without the quotes. Therefore, if you re-use an existing HTML document, the Forms and Anchors will appear as follows in the Activator Selector:
ACTION=www.bluestone.comOnce you select one of these default names in the Activator Selector, it will become the true name if the Use Default Name toggle is selected. If the Use Default Name toggle is not selected, you will be prompted for a name. Names can contain only alphanumerics and the underscore character, and must be unique within an HTML document.