Skip to content

Submission Issues

If you’re experiencing issues with form submissions, this guide will help you identify and resolve common problems.

Form submissions aren’t appearing in the app.

Customers can’t finish submitting the form.

Submission data is incomplete or incorrect.

Same submission appears multiple times.

CauseSolution
Form disabledEnable the form
Form lockedUpgrade plan
Form not savedSave the form
CauseSolution
Monthly limit reachedUpgrade plan
Storage fullDelete old submissions

Check for errors:

  1. Open browser DevTools (F12)
  2. Go to Console tab
  3. Submit form
  4. Look for red errors

Common causes:

  • Theme JavaScript conflicts
  • Ad blockers
  • Browser extensions

Check network:

  1. DevTools > Network tab
  2. Submit form
  3. Look for failed requests
  4. Check response codes

Symptoms:

  • Form won’t submit
  • Error messages appear
  • Fields highlighted

Solutions:

IssueSolution
Required field emptyFill all required fields
Invalid email formatEnter valid email
Invalid phone formatCheck phone format
File too largeReduce file size

Symptoms:

  • Click submit, nothing happens
  • No error message
  • No loading indicator

Check:

  1. Browser console for errors
  2. Network tab for requests
  3. Form validation status

Symptoms:

  • Page reloads on submit
  • Form resets
  • No submission recorded

Causes:

  • JavaScript error
  • Form event not captured
  • Theme conflict

Symptoms:

  • Loading indicator forever
  • Eventually times out
  • No confirmation

Solutions:

  1. Check network connection
  2. Try smaller files
  3. Check server status

Causes:

CauseSolution
Field hiddenCheck field visibility
Conditional logicReview conditions
Field deletedRecreate field
Browser autofill issueTest without autofill

Check:

  1. Field was visible to user
  2. User didn’t skip field
  3. No JavaScript cleared value

Symptoms:

  • Files not attached
  • Upload fails
  • Missing from submission

Solutions:

IssueSolution
File too largeReduce file size
Wrong formatUse allowed formats
Network timeoutCheck connection
Storage limitClear storage
CauseHow It Happens
Double-clickCustomer clicks twice
Page refreshForm resubmits
Browser backResubmits on back
Network retryAuto-retry sends again

Form settings:

  1. Disable submit after click
  2. Show loading indicator
  3. Redirect after submit
  1. Review submissions regularly
  2. Delete obvious duplicates
  3. Merge if needed

Check:

  1. Condition settings
  2. AND/OR logic
  3. Field references

Check:

  1. Condition is enabled
  2. Logic is correct
  3. Trigger field exists

Symptoms:

  • Steps skip incorrectly
  • Can’t proceed to next step
  • Wrong step order

Solutions:

  1. Check step conditions
  2. Verify step order
  3. Test all paths
CauseSolution
Touch issuesIncrease button size
Validation hiddenScroll to show errors
Keyboard blockingAdjust layout
CauseSolution
Slow connectionAdd loading indicator
TimeoutIncrease timeout
Form too largeSimplify form
  1. Go to your store
  2. Navigate to form
  3. Fill out form
  4. Submit
  5. Check Submissions page
  1. Open test submission
  2. Check each field
  3. Verify file uploads
  4. Confirm data accuracy

Test:

  • With and without optional fields
  • Different field combinations
  • File uploads
  • Mobile and desktop
  1. Open DevTools (F12)
  2. Go to Console
  3. Clear console
  4. Submit form
  5. Note any errors
  1. DevTools > Network
  2. Submit form
  3. Find submission request
  4. Check status code
  5. Review response
  1. Right-click form
  2. Inspect element
  3. Check form structure
  4. Verify field names
  1. Create minimal test form
  2. Test submission
  3. If works, issue is form-specific
  4. If not, issue is environment
InformationWhere to Find
Form URLBrowser address bar
Console errorsDevTools Console
Network errorsDevTools Network
Browser/DeviceWhat you’re using
Steps to reproduceExact steps
  1. Go to Settings > Help
  2. Submit support request
  3. Include:
    • Form name
    • Error messages
    • Steps to reproduce
    • Screenshots
Play