@if (guiConfig.appTitle) {

{{ guiConfig.appTitle }}

}

Create Your Account

First Name Last Name
Email @if (registerForm.controls.Email.hasError('email')) { Enter a valid email address. } Username
Password @if (registerForm.controls.Password.hasError('minlength')) { At least 6 characters. } Confirm Password
@if (registerForm.hasError('passwordMismatch') && registerForm.controls.ConfirmPassword.touched) { } @if (plansError()) { } Subscription plan @for (p of plans(); track p.id) { {{ p.caption }}@if (priceHint(p); as hint) { — {{ hint }} } } Business/Company Name
Phone Website URL
Address (Street and Number)
City State
Zipcode Country
@if (geocodeEnabled) {
I consent to geocode my business address for location services
@if (geocodeStatus() === 'loading') {
Verifying address...
} @else if (geocodeStatus() === 'success') {
Address verified.
} @else if (geocodeStatus() === 'error') { } } @if (registerError()) { }