• Resolved Ciao121

    (@ciao121)


    Hi,

    I’m trying to translate from English to Italian a custo login box with a checkbox.
    The English version of the checkbox is:

    <label><input type="checkbox" name="xoo_el_reg_terms" class="xoo-aff-required xoo-aff-checkbox_single" value="yes">I accept the <a href="https://mysite.com/terms-conditions/">Terms of Service</a> and <a href="https://mysite.com/privacy-statement-eu/?cmplz_region_redirect=true">Privacy Policy</a></label>
    

    And the translated version I try to save is:

    <label><input type="checkbox" name="xoo_el_reg_terms" class="xoo-aff-required xoo-aff-checkbox_single" value="yes">Accetto i <a href="https://mysite.com/it/terms-conditions/">Termini del servizio</a> e la <a href="https://mysite.com/it/privacy-statement-eu/?cmplz_region_redirect=true">Privacy Policy</a></label>

    but when I save, in the translation box I get:

    <label>Accetto i <a href="https://insidebnb.com/it/terms-conditions/">Termini del servizio</a> e la <a href="https://insidebnb.com/it/privacy-statement-eu/?cmplz_region_redirect=true">Privacy Policy</a></label>

    So all the “input” tag part is gone and the checkbox does not appear on the translated page. Why is this happening?
    Thank you!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Checkbox missing in translated language’ is closed to new replies.