Submission Issues
If youâre experiencing issues with form submissions, this guide will help you identify and resolve common problems.
Types of Issues
Section titled âTypes of IssuesâSubmissions Not Recording
Section titled âSubmissions Not RecordingâForm submissions arenât appearing in the app.
Submissions Not Completing
Section titled âSubmissions Not CompletingâCustomers canât finish submitting the form.
Data Missing
Section titled âData MissingâSubmission data is incomplete or incorrect.
Duplicate Submissions
Section titled âDuplicate SubmissionsâSame submission appears multiple times.
Submissions Not Recording
Section titled âSubmissions Not RecordingâCheck Form Status
Section titled âCheck Form Statusâ| Cause | Solution |
|---|---|
| Form disabled | Enable the form |
| Form locked | Upgrade plan |
| Form not saved | Save the form |
Check Submission Limits
Section titled âCheck Submission Limitsâ| Cause | Solution |
|---|---|
| Monthly limit reached | Upgrade plan |
| Storage full | Delete old submissions |
JavaScript Errors
Section titled âJavaScript ErrorsâCheck for errors:
- Open browser DevTools (F12)
- Go to Console tab
- Submit form
- Look for red errors
Common causes:
- Theme JavaScript conflicts
- Ad blockers
- Browser extensions
Network Issues
Section titled âNetwork IssuesâCheck network:
- DevTools > Network tab
- Submit form
- Look for failed requests
- Check response codes
Submissions Not Completing
Section titled âSubmissions Not CompletingâValidation Errors
Section titled âValidation ErrorsâSymptoms:
- Form wonât submit
- Error messages appear
- Fields highlighted
Solutions:
| Issue | Solution |
|---|---|
| Required field empty | Fill all required fields |
| Invalid email format | Enter valid email |
| Invalid phone format | Check phone format |
| File too large | Reduce file size |
Button Not Working
Section titled âButton Not WorkingâSymptoms:
- Click submit, nothing happens
- No error message
- No loading indicator
Check:
- Browser console for errors
- Network tab for requests
- Form validation status
Page Refreshes
Section titled âPage RefreshesâSymptoms:
- Page reloads on submit
- Form resets
- No submission recorded
Causes:
- JavaScript error
- Form event not captured
- Theme conflict
Timeout Errors
Section titled âTimeout ErrorsâSymptoms:
- Loading indicator forever
- Eventually times out
- No confirmation
Solutions:
- Check network connection
- Try smaller files
- Check server status
Data Missing from Submissions
Section titled âData Missing from SubmissionsâFields Not Captured
Section titled âFields Not CapturedâCauses:
| Cause | Solution |
|---|---|
| Field hidden | Check field visibility |
| Conditional logic | Review conditions |
| Field deleted | Recreate field |
| Browser autofill issue | Test without autofill |
Empty Values
Section titled âEmpty ValuesâCheck:
- Field was visible to user
- User didnât skip field
- No JavaScript cleared value
File Upload Issues
Section titled âFile Upload IssuesâSymptoms:
- Files not attached
- Upload fails
- Missing from submission
Solutions:
| Issue | Solution |
|---|---|
| File too large | Reduce file size |
| Wrong format | Use allowed formats |
| Network timeout | Check connection |
| Storage limit | Clear storage |
Duplicate Submissions
Section titled âDuplicate SubmissionsâCauses of Duplicates
Section titled âCauses of Duplicatesâ| Cause | How It Happens |
|---|---|
| Double-click | Customer clicks twice |
| Page refresh | Form resubmits |
| Browser back | Resubmits on back |
| Network retry | Auto-retry sends again |
Preventing Duplicates
Section titled âPreventing DuplicatesâForm settings:
- Disable submit after click
- Show loading indicator
- Redirect after submit
Handling Duplicates
Section titled âHandling Duplicatesâ- Review submissions regularly
- Delete obvious duplicates
- Merge if needed
Conditional Logic Issues
Section titled âConditional Logic IssuesâFields Showing When They Shouldnât
Section titled âFields Showing When They ShouldnâtâCheck:
- Condition settings
- AND/OR logic
- Field references
Fields Hidden When They Should Show
Section titled âFields Hidden When They Should ShowâCheck:
- Condition is enabled
- Logic is correct
- Trigger field exists
Multi-Step Issues
Section titled âMulti-Step IssuesâSymptoms:
- Steps skip incorrectly
- Canât proceed to next step
- Wrong step order
Solutions:
- Check step conditions
- Verify step order
- Test all paths
Mobile-Specific Issues
Section titled âMobile-Specific IssuesâForm Not Submitting on Mobile
Section titled âForm Not Submitting on Mobileâ| Cause | Solution |
|---|---|
| Touch issues | Increase button size |
| Validation hidden | Scroll to show errors |
| Keyboard blocking | Adjust layout |
Mobile Data Issues
Section titled âMobile Data Issuesâ| Cause | Solution |
|---|---|
| Slow connection | Add loading indicator |
| Timeout | Increase timeout |
| Form too large | Simplify form |
Testing Submissions
Section titled âTesting SubmissionsâCreate Test Submission
Section titled âCreate Test Submissionâ- Go to your store
- Navigate to form
- Fill out form
- Submit
- Check Submissions page
Verify All Fields
Section titled âVerify All Fieldsâ- Open test submission
- Check each field
- Verify file uploads
- Confirm data accuracy
Test Different Scenarios
Section titled âTest Different ScenariosâTest:
- With and without optional fields
- Different field combinations
- File uploads
- Mobile and desktop
Debugging Steps
Section titled âDebugging StepsâStep 1: Check Console
Section titled âStep 1: Check Consoleâ- Open DevTools (F12)
- Go to Console
- Clear console
- Submit form
- Note any errors
Step 2: Check Network
Section titled âStep 2: Check Networkâ- DevTools > Network
- Submit form
- Find submission request
- Check status code
- Review response
Step 3: Check Form HTML
Section titled âStep 3: Check Form HTMLâ- Right-click form
- Inspect element
- Check form structure
- Verify field names
Step 4: Test in Isolation
Section titled âStep 4: Test in Isolationâ- Create minimal test form
- Test submission
- If works, issue is form-specific
- If not, issue is environment
Still Not Working?
Section titled âStill Not Working?âGather Information
Section titled âGather Informationâ| Information | Where to Find |
|---|---|
| Form URL | Browser address bar |
| Console errors | DevTools Console |
| Network errors | DevTools Network |
| Browser/Device | What youâre using |
| Steps to reproduce | Exact steps |
Contact Support
Section titled âContact Supportâ- Go to Settings > Help
- Submit support request
- Include:
- Form name
- Error messages
- Steps to reproduce
- Screenshots