okay finish moving usernames out of the widget, should finally work now
authorivan <ivan>
Fri, 19 Apr 2002 22:34:59 +0000 (22:34 +0000)
committerivan <ivan>
Fri, 19 Apr 2002 22:34:59 +0000 (22:34 +0000)
fs_signup/FS-SignupClient/cgi/signup-alternate.html

index 50b3f56..6d2d4e7 100755 (executable)
@@ -119,8 +119,9 @@ ENDOUT
         form_action => $self_url,
         form_text => [qw( magic ref ss agentnum
                           last first company address1 address2
-                          city zip daytime night fax )],
-        form_select => [qw( state )], #county country
+                          city zip daytime night fax
+                          username password sec_phrase )],
+        form_select => [qw( state popnum )], #county country
         layer_callback => sub {
           my $layer = shift;
           my $html = qq( <INPUT TYPE="hidden" NAME="pkgpart" VALUE="$layer">);