Virtual Number Signup Form

Buy a local phone number anywhere worldwide with global call forwarding


  • 1- Select a Plan

  • 2- Pick a Number

  • 3- Setup Call Forwarding

  • {{ callsForwardedStatus ? '4-' : '3-' }} Setup Account Info

  • {{ callsForwardedStatus ? '5-' : '4-' }} Payment Info & Checkout
checkout.png

Step 1. Select a Plan

  • Monthly
  • Yearly

{{ plan.name.replace("Yearly", "") }}

${{ plan.is_yearly ? (plan.price / 12).toFixed(2) : plan.price }} per month

Step 2. Pick a Number

Area code

Capabilities

Voice: SMS:

Step 3. Chose where should calls be forwarded to?


Step {{callsForwardedStatus ? '4' : '3'}}. Account info

{{customerNameError}} {{ Array.isArray(emailError) ? emailError[0] : emailError}}

Step {{callsForwardedStatus ? '5' : '4'}}. Checkout:

Payment Information

Order Total: ${{ totalPrice }} ${{ totalPriceAfterDiscount }}

  • Plan:

    {{ (plans.length && planIndex >= 0) ? plans[planIndex].name.replace(' Monthly', '') + ' @ '+ (plans[planIndex].is_yearly ? ((plans[planIndex].price/12).toFixed(2) + '$/month (' + (plans[planIndex].price+'$/year)')) : (plans[planIndex].price+'$/month')) : '-' }}

  • Number Cost:

    ${{ lastNumberPrice }}/{{plans[planIndex].is_yearly ? 'year' : 'month'}}

    Free

  • {{planIndex >= 0 ? plans[planIndex].is_yearly ? 'Yearly' : 'Monthly' : 'Monthly'}} Cost:

    ${{ totalPrice }}/{{planIndex >= 0 ? plans[planIndex].is_yearly ? 'year' : 'month' : 'month'}}

    ${{ totalPriceAfterDiscount }}/{{planIndex >= 0 ? plans[planIndex].is_yearly ? 'year' : 'month' : 'month'}}

  • Call Forwarding Rate

    ${{ priceRate.toFixed(3) }}/min

    Free

  • Selected Number

    {{ selectedNumber }}

  • Discount:

    New Price: ${{totalPriceAfterDiscount}}/{{planIndex >= 0 ? plans[planIndex].is_yearly ? 'year' : 'month' : 'month'}}

    {{ Array.isArray(discountError) ? discountError[0] : discountError}}