This question about Registration: Answered
I would like to customize the UserForm(and NewUserTemplate). I copied the System.UserForm and created Main.UserForm. It is fine for new user, but what happen to user topic that is created with old System.UserForm? I only removed some fields from System.UserForm to form Main.UserForm, I tried "Replace form…" but Main.UserForm is not in the list
--
HackatonWong - 13 Jul 2009
You have to manually register DataForms in each web. Please edit the
WebPreferences of that web and alter the
* Set WEBFORMS = Foo
line.
Topics, which already have an attached form from the System web, will
not automatically be updated.
--
OliverKrueger - 13 Jul 2009