summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
authorivan <ivan>2002-04-19 22:34:59 +0000
committerivan <ivan>2002-04-19 22:34:59 +0000
commitba7ccf1354799ac7324c4f91f41718dc028aaa9a (patch)
tree4b5dd17a414236b038e40a4e6c4e3dae9aba08b4 /fs_signup
parent3b84b516aa0e5e56d9fad2d7b0100ef2fd964d12 (diff)
okay finish moving usernames out of the widget, should finally work now
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/FS-SignupClient/cgi/signup-alternate.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs_signup/FS-SignupClient/cgi/signup-alternate.html b/fs_signup/FS-SignupClient/cgi/signup-alternate.html
index 50b3f56..6d2d4e7 100755
--- a/fs_signup/FS-SignupClient/cgi/signup-alternate.html
+++ b/fs_signup/FS-SignupClient/cgi/signup-alternate.html
@@ -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">);