Total View, iComps and Eppraisal Links

Comments

2 comments

  • Carolin Grable

    I got it almost to work with the code...

     

    var a = @MAP.join() //@MAP is your address field with google format.
    var b = a.split(',')
    var st = b[0].replace(/ /g,"+");
    var zip = "&Zip=" + b[2].slice(4)
    var state = "&State=" + b[2].slice(1, 3)
    var city = "&City=" + b[1].slice(1)
    var part1 = "http://www.totalviewrealestate.com/index.php?address="
    var lastPart = "/"


    var http = part1 + st + city + state + zip + lastPart
    http

     

    The problem is it populates the address as "St" for street and the url needs it written out as "Street." Any idea for how to get it to write the street completely out, let me know. 

    0
    Comment actions Permalink
  • Nicholas Pryor

    I know it's been a while, but we're you able to figure this out? I've got Total View to work, but not Icomps and eppraisals.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk