Rename Labels on Your Form (Translations)

The language and labels in our payment forms can be easily translated to match the need of your leads and customers.
 

There are two ways to change the language on your form labels:

Using the form builder

You can change the labels of all DepositFix form elements, directly on the form builder. You can use this feature to translate the text on specific labels or change the text to something that is more relevant to your terminology or branding.

 

From your form builder, you will see a small edit box next to all DepositFix elements.

 
 

Click on box to edit the label, add your text, and click Save

 
 

Using the embed code

This gives you more flexibility in changing form labels. To rename a label, simply add these snippets to the code generated by the form builder.

 
translations: {
    Depositfix_Item: 'translated word phrase'
}
 

Example:

<script src="https://widgets.depositfix.com/v1/app.min.js"></script>
<script type='text/javascript' id='df-script'>
    DepositFixForm.init({
        formId: 'dfff4265-a4cf-47a7-97c1-4efb5d70fee3',
        portalId: '4269803',
        translations: {
            CREDIT_CARD_NUMBER: 'Número de tarjeta de crédito',
            PAY_NOW: 'Pagar ahora',
        }
     });
</script>
 
 

Below is the full list of DepositFix form items that can be translated.

 
CREDIT_CARD: 'Credit Card'
CREDIT_CARD_NUMBER: 'Credit Card Number'
PAYMENT_METHOD_PAYPAL: 'PayPal'
STRIPE_GOOGLE_PAY: 'Google Pay'
STRIPE_GOOGLE_PAY_COUNTRY_NOT_SUPPORTED: 'Google Pay is not supported in your country'
STRIPE_GOOGLE_PAY_CREDIT_CARD_MISSING: 'Please add a credit card to your Google Pay wallet'
HOW_OFTEN: 'How often'
INTERVAL_ONE_TIME: 'One time'
INTERVAL_MONTHLY: 'Monthly'
PAY_WITH: 'Pay With'
MULTIPLE_PRODUCTS: 'Product'
MULTIPLE_SUBSCRIPTIONS: 'Subscription Plan'
TOTAL: 'Total'
SUBSCRIPTION: 'Subscription'
ONE_TIME_CHARGE: 'One time charge'
SUBSCRIPTION_INTERVAL_MONTHLY: 'monthly'
QUANTITY: 'Quantity:'
TAX: 'Tax'
DONATION_FREQUENCY: 'Frequency'
DONATION_AMOUNT: 'Donation Amount'
DONATION_AMOUNT_INVALID: 'Please put amount greater than 0'
PAY_NOW: 'Pay Now'
PROCESSING: 'Processing...'
DISCOUNT_CODE: 'Discount Code'
APPLY_DISCOUNT: 'Apply Discount'
DISCOUNT_APPLIED: 'Discount successfully applied!'
DISCOUNT_NOT_FOUND: 'Discount code not found'
DISCOUNT_FAILED: 'Failed to apply discount'
SELECT_AT_LEAST_ONE_PRODUCT: 'Please select at least one product'
COVER_PROCESSING_FEES: 'I\'d like to help cover processing fees on my donation'
CREDIT_CARD_NUMBER: 'Credit Card Number',
CVC: 'CVC',
EXP_DATE: 'Expiration Date',
QUANTITY_INVALID: 'Quantity must be greater than 0',
Did this answer your question?
😞
😐
🤩