Report Fraud Form

{"submission":{"method":"get","action":"/cwbe/mail","redirect":false,"beforeSubmit":[{"statement":"model.loading = true;"}],"done":[{"statement":"model.loading = false; model.currentPage = 'confirmation';"}],"error":[{"statement":"model.loading = false; model.submissionError = true; window.scrollTo(0,0);"}]},"model":{"type":"object","properties":{"loading":{"type":"boolean","value":false,"omit":true},"currentPage":{"type":"string","value":"form","omit":true},"submissionError":{"type":"boolean","value":false,"omit":true},"dn":{"type":"string"},"au":{"type":"string","value":"/cwbl/ping"},"lu":{"type":"string"},"BG":{"type":"string","value":"sc"},"PROFILE":{"type":"string","value":"23eX1e3X230X229X23eX24cX299X1eaX23eX1c7X253X1dc"},"MAIL_FORMAT":{"type":"string","value":"text"},"states":{"type":"array","items":{"type":"object"},"omit":true,"value":[{"value":"AK","text":"Alaska"},{"value":"AL","text":"Alabama"},{"value":"AR","text":"Arkansas"},{"value":"AZ","text":"Arizona"},{"value":"CA","text":"California"},{"value":"CO","text":"Colorado"},{"value":"CT","text":"Connecticut"},{"value":"DC","text":"Washington DC (District of Columbia)"},{"value":"DE","text":"Delaware"},{"value":"FL","text":"Florida"},{"value":"GA","text":"Georgia"},{"value":"GU","text":"Guam"},{"value":"HI","text":"Hawaii"},{"value":"IA","text":"Iowa"},{"value":"ID","text":"Idaho"},{"value":"IL","text":"Illinois"},{"value":"IN","text":"Indiana"},{"value":"KS","text":"Kansas"},{"value":"KY","text":"Kentucky"},{"value":"LA","text":"Louisiana"},{"value":"MA","text":"Massachusetts"},{"value":"MD","text":"Maryland"},{"value":"ME","text":"Maine"},{"value":"MI","text":"Michigan"},{"value":"MN","text":"Minnesota"},{"value":"MO","text":"Missouri"},{"value":"MS","text":"Mississippi"},{"value":"MT","text":"Montana"},{"value":"NC","text":"North Carolina"},{"value":"ND","text":"North Dakota"},{"value":"NE","text":"Nebraska"},{"value":"NH","text":"New Hampshire"},{"value":"NJ","text":"New Jersey"},{"value":"NM","text":"New Mexico"},{"value":"NV","text":"Nevada"},{"value":"NY","text":"New York"},{"value":"OH","text":"Ohio"},{"value":"OK","text":"Oklahoma"},{"value":"OR","text":"Oregon"},{"value":"PA","text":"Pennsylvania"},{"value":"PR","text":"Puerto Rico"},{"value":"RI","text":"Rhode Island"},{"value":"SC","text":"South Carolina"},{"value":"SD","text":"South Dakota"},{"value":"TN","text":"Tennessee"},{"value":"TX","text":"Texas"},{"value":"UT","text":"Utah"},{"value":"VA","text":"Virginia"},{"value":"VI","text":"Virgin Islands"},{"value":"VT","text":"Vermont"},{"value":"WA","text":"Washington"},{"value":"WI","text":"Wisconsin"},{"value":"WV","text":"West Virginia"},{"value":"WY","text":"Wyoming"}]},"suspect_first_name_I":{"type":"string","validation":{"required":true}},"suspect_last_name_I":{"type":"string","validation":{"required":true}},"suspect_address_line_1_I":{"type":"string","validation":{"required":true}},"suspect_address_line_2_I":{"type":"string"},"suspect_city_I":{"type":"string","validation":{"required":true}},"suspect_state_I":{"type":"string","enum":"states","validation":{"required":true}},"suspect_zip_I":{"type":"string","validation":{"required":true,"regex":{"value":"^\\d{5}([-]|\\s*)?(\\d{4})?$","message":"Please enter only numbers in the format: 12345."}}},"suspect_phone_I":{"type":"string"},"date_of_service_I":{"type":"date","validation":{"required":true}},"summary_of_complaint_I":{"type":"string","validation":{"required":true}},"customer_first_name_I":{"type":"string","validation":{"required":true}},"customer_last_name_I":{"type":"string","validation":{"required":true}},"customer_address_line_1_I":{"type":"string"},"customer_address_line_2_I":{"type":"string"},"customer_city_I":{"type":"string"},"customer_state_I":{"type":"string","enum":"states"},"customer_zip_I":{"type":"string","validation":{"regex":{"value":"^\\d{5}([-]|\\s*)?(\\d{4})?$","message":"Please enter only numbers in the format: 12345."}}},"customer_phone_I":{"type":"string"},"reporter_first_name_I":{"type":"string"},"reporter_last_name_I":{"type":"string"},"reporter_address_line_1_I":{"type":"string"},"reporter_address_line_2_I":{"type":"string"},"reporter_city_I":{"type":"string"},"reporter_state_I":{"type":"string","enum":"states"},"reporter_zip_I":{"type":"string","validation":{"regex":{"value":"^\\d{5}([-]|\\s*)?(\\d{4})?$","message":"Please enter only numbers in the format: 12345."}}},"reporter_phone_I":{"type":"string"},"reporter_email_I":{"type":"string","validation":{"regex":{"value":"[^@]+@[^\\.]+\\..+","message":"Email format is invalid."}}},"reporter_best_time_to_call_I":{"type":"string"}}},"form":[{"type":"page","name":"form","model":"currentPage","items":[{"type":"conditional","condition":"model.submissionError","items":[{"type":"alert","variant":"danger","items":["There was a problem when submitting the form. Please try again later."]}]},{"type":"heading","title":"Person or Company You Suspect of Fraud","level":"2"},{"type":"flex","items":[{"type":"input","title":"First Name","model":"suspect_first_name_I","width":"30"},{"type":"input","title":"Last Name","model":"suspect_last_name_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"Address 1","model":"suspect_address_line_1_I","width":"30"},{"type":"input","title":"Address 2","model":"suspect_address_line_2_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"City","model":"suspect_city_I","width":"23"},{"type":"select","title":"State","model":"suspect_state_I","width":"12"},{"type":"input","title":"Zip","model":"suspect_zip_I","on":{"change":"model.suspect_zip_I = model.suspect_zip_I.trim()"},"width":"23"}]},{"type":"flex","items":[{"type":"input","title":"Phone","model":"suspect_phone_I","width":"19"}]},{"type":"heading","title":"Details of Incident","level":"2","margin":{"top":4}},{"type":"flex","items":[{"type":"input","title":"Date of Service or Incident","model":"date_of_service_I","width":"30"},{"type":"textarea","title":"Brief Summary of Your Complaint","model":"summary_of_complaint_I","help":"Please do not include confidential information.","width":"30"}]},{"type":"heading","title":"Customer This Affected","level":"2","margin":{"top":4}},{"type":"flex","items":[{"type":"input","title":"First Name","model":"customer_first_name_I","width":"30"},{"type":"input","title":"Last Name","model":"customer_last_name_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"Address 1","model":"customer_address_line_1_I","width":"30"},{"type":"input","title":"Address 2","model":"customer_address_line_2_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"City","model":"customer_city_I","width":"23"},{"type":"select","title":"State","model":"customer_state_I","width":"12"},{"type":"input","title":"Zip","model":"customer_zip_I","on":{"change":"model.suspect_zip_I = model.suspect_zip_I.trim()"},"width":"23"}]},{"type":"input","title":"Phone","model":"customer_phone_I","width":"19"},{"type":"heading","title":"Your Information (Optional)","level":"2","margin":{"top":4}},{"type":"flex","items":[{"type":"input","title":"First Name","model":"reporter_first_name_I","width":"30"},{"type":"input","title":"Last Name","model":"reporter_last_name_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"Address 1","model":"reporter_address_line_1_I","width":"30"},{"type":"input","title":"Address 2","model":"reporter_address_line_2_I","width":"30"}]},{"type":"flex","items":[{"type":"input","title":"City","model":"reporter_city_I","width":"23"},{"type":"select","title":"State","model":"reporter_state_I","width":"12"},{"type":"input","title":"Zip","model":"reporter_zip_I","on":{"change":"model.suspect_zip_I = model.suspect_zip_I.trim()"},"width":"23"}]},{"type":"flex","items":[{"type":"input","title":"Phone","model":"reporter_phone_I","width":"30"},{"type":"input","title":"Email","model":"reporter_email_I","width":"30"}]},{"type":"input","title":"Best Time To Call","model":"reporter_best_time_to_call_I","width":"19"},{"type":"controls","items":[{"type":"button","title":"Submit","submit":true,"loading":"loading","variant":"primary"}]}]},{"type":"page","name":"confirmation","model":"currentPage","items":[{"type":"alert","variant":"success","items":["Your report has been submitted. If you provided contact information, we may contact you regarding this report.."]}]}],"config":{"dndEditing":true}}

If you suspect someone of fraud, please let us know by filling out this form.

Important Note: Please do not submit any confidential, personal health information on this form. If you need to share confidential information, please include your contact information so we can contact you directly for details. Thank you!

Complementary Content
${loading}