Dynamic create domino form on web

Hello I need to let a group of users to use the web to dynamic generate domino forms. Is this possible? How? Thanks again.

Subject: dynamic create domino form on web

I do not know if this is an answer to your question, but here is how I do it.

I have a web-based application where I use LS to build all my pages on the web using NotesRichTextItem.AppendText commands. These texts are mosty all HTML tags. The last command is a print of an URL from which I detect on what “page” the user is working.

On my form there is a RichText field. The form has LS code behind the WebQueryOpen and WebQueryClose events.

Depending on the page the user is working I create a new “page”.

Subject: RE: dynamic create domino form on web

See this link

http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1006378,00.html