The provided text shows a web page with multiple error messages related to a payment form. These errors indicate problems with credit card validation, plan selection, and email registration. The user is prevented from proceeding due to these issues.
Specific errors include issues with card validation and possible provider blockage.
Further errors highlight problems with the registration form, specifically the email field and chosen plan.
The page also displays pricing information, including plan names, old and new prices, tax amounts, and total prices with tax. Pricing is shown in currency.
{{ registerForm.errors.get('form') }}
We had trouble validating your card. It's possible your card provider is preventing us from charging the card. Please contact your card provider or customer support.
Cardholder's name
{{ registerForm.errors.get('plan') }}
{{ __(plans[index].name) | capitalize }} {{ plans[index].attributes.old_price | currency }} {{ plans[index].price | currency }}
Total Price Including Tax: {{ priceWithTax(selectedPlan) | currency }} {{ selectedPlan.type == 'user' && spark.chargesUsersPerSeat ? '/ '+ spark.seatName : '' }} {{ selectedPlan.type == 'user' && spark.chargesUsersPerTeam ? '/ '+ __('teams.team') : '' }} / {{ __(selectedPlan.interval) | capitalize }}
{{ registerForm.errors.get('email') }}
Share this article with your
friends and colleagues.
Earn points from views and
referrals who sign up.
Learn more