Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Calculated Field problem

$
0
0

Replies: 0

I created a Calculated Field name is : fieldname56

The Set Equation data as below:

(function(){
return 'Unit 10854 Balby Carr bank DONCASTER, United Kingdom';
})()

and i created other Calculated Field name is : fieldname57

The Set Equation data as below:

(function(){
var address=fieldname56;
jQuery('.display-here').html(
"<div class='col' data-label='Address:'>"+address+"</div>"
);
})()

The problem is only show the number “10854” . The English letters disappeared.
What should i do ?


Viewing all articles
Browse latest Browse all 59525

Trending Articles