HTML Tags being stripped

HI All, I am sending JSON to $$BF_Model, and one of the fields is an HTML table calculation. However, anywhere that an open tag appears (ie the character <), the block is removed up until the next escape (ie the character ). I am seeing it perfectly in FileMaker, but in BetterForms this is happening each time.

Here is the correct FileMaker version…

"<span style="font-family: Avenir, Helvetica, sans-serif; font-size: 14px; width: 100%; box-sizing: border-box; border-radius: 3px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); color: #282828; display: inline-block; text-decoration: none; -webkit-text-size-adjust: none; background-color: #FFF; border-top: 10px solid #FFF; border-right: 18px solid #FFF; border-bottom: 10px solid #FFF; border-left: 18px solid #FFF;"><table class="table table-condensed"><td class="col-lg-8 col-md-6 col-sm-7 "> <a href="" style="margin-left: 15px; font-weight: bold;" ><td class=" col-lg-4 col-md-3 col-sm-2 text-right"> <h4 class="text-primary"><td class="col-lg-8 col-md-6 col-sm-7 "> <span class="m-l-10 small hint-text" style="margin-left: 20px"><td class=" col-lg-4 col-md-3 col-sm-2 text-right"> <span class="small hint-text"><td class="col-lg-8 col-md-6 col-sm-7 "> <span class="m-l-10 small hint-text" style="margin-left: 20px"><td class=" col-lg-4 col-md-3 col-sm-2 text-right"> <span class="small hint-text">

Here is the stripped BF version…

""font-family: Avenir, Helvetica, sans-serif; font-size: 14px; width: 100%; box-sizing: border-box; border-radius: 3px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); color: #282828; display: inline-block; text-decoration: none; -webkit-text-size-adjust: none; background-color: #FFF; border-top: 10px solid #FFF; border-right: 18px solid #FFF; border-bottom: 10px solid #FFF; border-left: 18px solid #FFF;">"table table-condensed">
"col-lg-8 col-md-6 col-sm-7 "> "" style="margin-left: 15px; font-weight: bold;" >" col-lg-4 col-md-3 col-sm-2 text-right"> "text-primary">
"col-lg-8 col-md-6 col-sm-7 "> "m-l-10 small hint-text" style="margin-left: 20px">" col-lg-4 col-md-3 col-sm-2 text-right"> "small hint-text">
"col-lg-8 col-md-6 col-sm-7 "> "m-l-10 small hint-text" style="margin-left: 20px">" col-lg-4 col-md-3 col-sm-2 text-right"> "small hint-text">
"

An update - this seems to be a FileMaker issue as the JSON works fine on a different layout. I am trawling through the code FMP end to see what the issue is, but everyone stand down BetterForms end for now!