HeatSeeker™ Survey Data

HEATSEEKER™ SURVEY DATA

Electrical Inspection • Thermal Imaging • Report Generation

T-( ), R3-) #
Job#: ___ of ___
Job#: 1
Of: ___
Customer / Location
Job Information
Building / Location
Equipment / Description
Item / Description
Equipment Details
Substation Bus Duct Transformer Fuses Breaker Starter Other
Probable Cause
Additional Information
Photos
', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Webhook-Secret': 'YOUR_WEBHOOK_SECRET_HERE' // Optional }, body: JSON.stringify(formData) }); if (response.ok) { alert('✅ Survey successfully sent to Make.com!'); // Increment job number currentSurvey.jobNumber += 1; currentSurvey.totalJobs = Math.max(currentSurvey.totalJobs, currentSurvey.jobNumber); saveSurvey(); updateUI(); } else { alert('❌ Failed to send to Make.com. Check your webhook URL.'); } } catch (error) { alert('❌ Error connecting to Make.com. Make sure the webhook URL is correct.'); console.error(error); } submitBtn.innerHTML = 'SUBMIT'; submitBtn.disabled = false; } // Initialize window.onload = function() { loadSurvey(); };