07c0df94 by Jeff Balicki

commit

1 parent 29514e26
......@@ -621,8 +621,7 @@ function returnOptions(form, preview) {
jQuery(function($) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + form.id.value, function(dataReturnd) {
$.getJSON("" + pdf_customizer + "/api/v1/get-pdf/" + form[0].id.value, function(dataReturnd) {
var content = [];
......