if(typeof prices == 'object') {
                if( prices.length ) {
                  $.each( prices, function(i, val){
                    if(prices[i]) {
                      formTitle = '<h3>'+ prices[i].description +' $'+ prices[i].price +'</h3>';