0
Carriage return
Can I put a “carriage return “ into a formula to put the results on next lines. I'm trying to get name and address in one box on a form ,is this possible.Thanks in advance ,
Murray
3 replies
-
Or with some style:
html(firstname + " " + lastname + "<br>
<b><font color=blue>" + Company + "</font></b><br>
" + Address + "<br>
" + City + ", " + State + " " + zip)
-
That works great .Thanks for your help.
Content aside
- 4 yrs agoLast active
- 3Replies
- 623Views