WebSite X5Help Center

 
Diego  C.
Diego C.
User

Aggiungere al tasto invia del modulo per invio email, è possibile mettere anche send???  it

Autor: Diego C.
Visitado 770, Seguidores 1, Compartilhado 0  

ciao a tutti. volevo sapere nel mio sito:

www.italianspotter.eu

alla pagina CONTACT

nel modulo per invio messaggi, volevo sapere è possibile al tasto "invia" aggiungere, anche in inglese "send"?? se si come e dove posso farlo, passo per passo?? grazie a tutti

Publicado em
2 RESPOSTAS - 1 ÚTIL - 1 CORRIGIR
 lemonsong  
 lemonsong  
User

Puoi provare leggendo, per esempio, qui: http://help.websitex5.com/it/gestione_lingue_ht.htm

... è la guida.

Oppure (sconsigliato), se ti vuoi "sporcare le mani", puoi provare questo codice jQuery da inserire in Proprietà Pagina - Esperto - Prima della chiusura del tag HEAD:


<script>
$(document).ready(function() {
$('#imObjectForm_2 input[value="Invia"]').attr('value', 'Invia - Send');
});
</script>


Sperando che Answers non mi stravolga il codice...



_______ oltre il 5° step ________

http://www.unofficialwsx5.com

Ler mais
Publicado em de  lemonsong  
Diego  C.
Diego C.
User
Autor

sei un grande ora posso anche mettere ntrambi le parole grazie

Ler mais
Publicado em de Diego C.