multiple lines result
-
Hi,
I have a custom function that show result as a part o a text.
(function(){
var capital=prec(fieldname45*120,2);
var prima=prec(((fieldname45*120)*(fieldname88+fieldname89))+(fieldname45*120*0.000005),2);
return ‘Para mantener sus ingresos durante 10 a?os necesita un seguro de vida con un capital asegurado de ‘+capital+’ contratable desde ‘+prima+’ € al a?o’;
})()The problem is that in movil devices, field don’t show all text.
How can I do it?best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘multiple lines result’ is closed to new replies.