Name
First
Last
Phone
Email
Address
Street Address
City
State / Province / Region
ZIP / Postal Code
What is the condition of your cabinet?
1
2
3
4
5
6
7
8
9
10
(From 1 to 10, what grade?) 1 Bad >>> 10 God
How many doors?
How Many Drawers?
Which colors would you like?
Would you like to change the knobs or handles?
Upload photos of the cabinet
Drop files here or
Select files
Max. file size: 100 MB.
Additional Info
Consent
I agree to the privacy policy.
Name
This field is for validation purposes and should be left unchanged.
0/12 Completed!
Previous
Next
document.addEventListener('DOMContentLoaded', function() { jQuery(document).on('gform_pre_submission', function(event, formId) { const targetFormIds = [17, 7, 6, 10, 12, 16, 8, 9, 18, 11, 13, 14]; if (targetFormIds.includes(formId)) { const blockedWords = [ "job", "hire", "alabama", "alaska", "arizona", "arkansas", "california", "colorado", "connecticut", "delaware", "florida", "georgia", "hawaii", "idaho", "illinois", "indiana", "iowa", "kansas", "kentucky", "louisiana", "maine", "maryland", "michigan", "minnesota", "mississippi", "missouri", "montana", "nebraska", "nevada", "new hampshire", "new jersey", "new mexico", "new york", "north carolina", "north dakota", "ohio", "oklahoma", "oregon", "pennsylvania", "rhode island", "south carolina", "south dakota", "tennessee", "texas", "utah", "vermont", "virginia", "washington", "west virginia", "wisconsin", "wyoming", "al", "ak", "az", "ar", "ca", "co", "ct", "de", "fl", "ga", "hi", "id", "il", "in", "ia", "ks", "ky", "la", "me", "md", "mi", "mn", "ms", "mo", "mt", "ne", "nv", "nh", "nj", "nm", "ny", "nc", "nd", "oh", "ok", "or", "pa", "ri", "sc", "sd", "tn", "tx", "ut", "vt", "va", "wa", "wv", "wi", "wy" ]; const messageField = jQuery(`#input_${formId}_1`).val().toLowerCase(); const containsBlockedWord = blockedWords.some(word = messageField.includes(word)); if (containsBlockedWord) { alert("Your message contains restricted words or locations outside Massachusetts."); return false; } } }); });