I am a plaintiff and I would like the Beth Din of America to send a hazmana. (There is a $100 filing fee.)Both parties agreed to conduct a din torah arbitration. Please contact me to arrange for a din torah.Both parties agreed to mediate the dispute. Please contact me to arrange for a mediation.I would like the Beth Din to contact me to discuss my options.



    Please briefly describe the nature of the claim, either in the space below or in a separate document. You should provide a sufficiently clear description of your claim so that someone unfamiliar with the facts of your case would understand the essential nature of your claims, although you do not need to argue your entire case at this point. Please include any supporting documentation (e.g., agreement, contract, promissory note, relevant correspondence) that will be helpful in providing background to your case. Please note that Beth Din of America policy is to forward copies of the claim letter and supporting documentation to all litigants.










    Case Description:

    Additional comments:

    Submit


    The Rules and Procedures of the Beth Din can be accessed online at www.bethdin.org.

      `; var role = $(p).find('.heading-reference_p').text(); result += `

      Role: ` + role + ` ` + (index + 1) + `

      `; var inputs = $(p).find('input'); inputs.sort(function(a, b) { if (Number($(a).attr('id')) > Number($(b).attr('id'))) { return 1; } else if (Number($(a).attr('id')) < Number($(b).attr('id'))) { return -1; }; return 0; }); result += `
    • Title - ` + $(p).find('select').val() + `

    • `; $.each(inputs, function(i, input) { if (!$(input).hasClass('repeatIndex')) { if ($(input)[0].type !== 'checkbox' || $(input)[0].type === 'checkbox' && $(input).is(':checked')) { var field = $(input).closest('label').text(); var value = $(input).val(); result += `
    • ` + field + `- ` + value + `

    • `; } }; }); result += `

    `;
    });
    $('.caseHtml').val(result);
    var agreement = $('input[name="opencaseprequestion"]:checked').val();
    var agvalue;
    if (agreement.indexOf('hazmana') > -1) agvalue = 'hazmana';
    if (agreement.indexOf('din torah') > -1) agvalue = 'agreed to DT';
    if (agreement.indexOf('mediate') > -1) agvalue = 'agreed to mediate';
    if (agreement.indexOf('options') > -1) agvalue = 'wants to be contacted';
    $('.prequestionvalue').val(agvalue);
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    var error = false;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (!plaintiffFirst || !plaintiffLast) {
    alert('You must insert first and last name for every individual');
    error = true;
    };
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (!plaintiffBusiness) {
    error = true;
    alert('You must insert business name for every entity');
    };
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    if (error) return false;
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (!defendantFirst || !defendantLast) {
    alert('You must insert first and last name for every individual');
    error = true;
    };
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (!defendantBusiness) {
    alert('You must insert business name for every entity');
    error = true;
    };
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    if (error) return false;
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    $('.wpcf7-submit').click();
    })
    jQuery(document).on('wpcf7-panel-created', function(event, repeater, html) {
    $('.repeatIndex').each(function(index, input) {
    $(input).val(index);
    })
    });
    jQuery(document).on('wpcf7-panel-removed', function(event, repeater, html) {
    $('.repeatIndex').each(function(index, input) {
    $(input).val(index);
    })
    });
    $(document).on('change', 'input[name="pyourname-0-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    $(document).on('change', 'input[name="pfirmName-0-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    $(document).on('change', 'input[name="yournamedefendant-1-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    $(document).on('change', 'input[name="firmNamedefendant-1-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    document.addEventListener('wpcf7mailsent', function(event) {
    var agreement = $('input[name="opencaseprequestion"]:checked').val();
    if (agreement.indexOf('hazmana') > -1) {
    location = window.origin + '/payment';
    }
    }, false);
    })
    $(document).on('change', '.plaintiffEmail', function() {
    var emails = $('.plaintiffEmail');
    $.each(emails, function(index, email) {
    $('input[name="plaintiff-email' + index + '"]').val($(email).val());
    })
    })
    $(document).on('change', '.entityPerson', function(e) {
    $(this).find('input').prop('checked', false);
    var elem = e.target;
    $(elem).prop('checked', true);
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    $(document).on('change', 'input[name="pbusinessname-0-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })
    $(document).on('change', 'input[name="businessnamedefendant-1-0"]', function(e) {
    var plaintiffs = $('.plaintiff-container');
    var defendants = $('.defendant-container');
    var plaintiffTitle, defendantTitle;
    $.each(plaintiffs, function(i, p) {
    var plaintiffPerson = true;
    if ($('input[name="pentityPerson-0-' + i + '[]"]:checked').val() === "This party is a business entity") plaintiffPerson = false
    var plaintiffFirst = $('input[name="pyourname-0-' + i + '"]').val();
    var plaintiffLast = $('input[name="pfirmName-0-' + i + '"]').val();
    var plaintiffBusiness = $('input[name="pbusinessname-0-' + i + '"]').val();
    if (plaintiffPerson) {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffLast;
    } else {
    plaintiffTitle = plaintiffLast;
    };
    } else {
    if (plaintiffTitle) {
    plaintiffTitle += ', ' + plaintiffBusiness;
    } else {
    plaintiffTitle = plaintiffBusiness;
    };
    };
    });
    $.each(defendants, function(i, p) {
    var defendantPerson = true;
    if ($('input[name="entityPersondefendant-1-' + i + '[]"]:checked').val() === "This party is a business entity") defendantPerson = false
    var defendantFirst = $('input[name="yournamedefendant-1-' + i + '"]').val();
    var defendantLast = $('input[name="firmNamedefendant-1-' + i + '"]').val();
    var defendantBusiness = $('input[name="businessnamedefendant-1-' + i + '"]').val();
    if (defendantPerson) {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantLast;
    } else {
    defendantTitle = defendantLast;
    };
    } else {
    if (defendantTitle) {
    defendantTitle += ', ' + defendantBusiness;
    } else {
    defendantTitle = defendantBusiness;
    };
    };
    });
    var title = plaintiffTitle + ' vs. ' + defendantTitle;
    $('.caseTitle').val(title);
    })