X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fsignup.html;fp=fs_selfservice%2FFS-SelfService%2Fcgi%2Fsignup.html;h=405444cfa9185f7d70c887cdf03d130b314615ca;hp=7a56a31a16601ea706104fa606d3d43f4d515e44;hb=0bebde603df97eb496150e80a58755b2f792f64a;hpb=807f0570749e9093cbc82f6b11b3fa743b86b1db diff --git a/fs_selfservice/FS-SelfService/cgi/signup.html b/fs_selfservice/FS-SelfService/cgi/signup.html index 7a56a31a1..405444cfa 100755 --- a/fs_selfservice/FS-SelfService/cgi/signup.html +++ b/fs_selfservice/FS-SelfService/cgi/signup.html @@ -28,6 +28,7 @@ <%= $error %>
+ @@ -52,30 +53,35 @@ Where did you hear about our service?

+ +<%= unless ( $prepaid_template_custnum && $prepaid_shortform ) { + +my $bgcolor = $box_bgcolor || '#c0c0c0'; +$OUT .= qq! Contact Information - +
- + - + - + - + - - <%= - ($county_html, $state_html, $country_html) = + !; + + my ($county_html, $state_html, $country_html) = regionselector( { selected_county => $county, selected_state => $state, @@ -85,32 +91,30 @@ Contact Information locales => \@cust_main_county, } ); - %> - +$county_out = ($county_html =~ /SELECT/) ? 'County/State' : 'State'; +$OUT .= qq! - + - + - + - + - + -<%= - $OUT = ''; +!; if ( $stateid_enabled ) { my ($county_html, $state_html, $country_html) = regionselector( { @@ -124,8 +128,16 @@ Contact Information $OUT .= qq!'; $OUT .=""; } -%> +$OUT .= qq!
*Contact name
(last, first)
, - , +
Company
*Address
 
*City* - <%= ($county_html =~ /SELECT/) ? 'County/State' : 'State' %>* $county_out - <%= "$county_html $state_html"; %> + $county_html $state_html *Zip
*Country<%= $country_html %>$country_html
Day Phone
Night Phone
Fax
!. $label{stateid_state} .'$county_html $state_html
* required fields
+!; + +} +else { + @payby = ('PREPAY'); +} +%> +
Billing information