Table of Contents
- Form Building Issues
- Form Submission Issues
- Email Notification Issues
- Integration Issues
- Analytics Issues
- Custom Domain Issues
- Account & Authentication Issues
- Performance Issues
- Payment Issues
- General Issues
Form Building Issues
Cannot Add Questions
Problem: “Add Question” button not working Solutions:- Check Plan Limits - Free plan limited to 10 questions per form
- Reload Page - Browser cache issue
- Check Permissions - Need edit access to form
- Browser Compatibility - Try Chrome/Firefox/Safari latest version
- Disable Browser Extensions - Ad blockers may interfere
Form Not Saving
Problem: Changes not saved when clicking “Save” Solutions:- Check Internet Connection - Must be online to save
- Look for Error Message - Red notification with details
- Check Required Fields - Some settings must be filled
- Browser Console - Press F12, check for errors
- Try Again - Temporary server issue
- Clear Cache - Hard refresh (Ctrl+Shift+R)
Questions Disappeared
Problem: Questions deleted or missing Solutions:- Check Version History - Form Builder → History
- Restore Previous Version - Find version before deletion
- Check If Different Form - Verify form name
- Team Member Changes - Check activity log
- Contact Support - We may have backups
Conditional Logic Not Working
Problem: Logic rules not triggering correctly Check:- Rule Priority - Rules with higher priority run first
- Condition Values - Exact match required (case-sensitive)
- Question Order - Logic question must come before target
- Multiple Rules - May be conflicting
- Test with Preview - Fill form to test logic
- Form Builder → Logic tab → Review all rules
- Test each rule individually
- Check condition operators (equals, contains, etc.)
- Verify target blocks exist
Form Builder Loading Slowly
Problem: Form builder takes long time to load Solutions:- Large Form - 50+ questions may be slow
- Clear Browser Cache - Ctrl+Shift+Delete
- Disable Extensions - Temporarily disable ad blockers
- Check Internet Speed - Run speed test
- Try Different Browser - Chrome recommended
- Close Other Tabs - Free up browser memory
Form Submission Issues
”Form Not Found” Error
Problem: Users see 404 or “Form not found” when opening form Solutions:- Check Form Status - Must be “Published” not “Draft”
- Verify URL - Check slug is correct
- Custom Domain - Ensure SSL is active
- Form Not Deleted - Verify in dashboard
- Workspace Access - Check form still in workspace
Form Closed Message
Problem: “This form is closed” message appearing Solutions:- Check Closing Date - Form Settings → Closing
- Extend Deadline - Update closing date
- Remove Closing - Toggle off closing date
- Timezone - Check if timezone correct
- Reopen Form - Save updated settings
Password Protection Not Working
Problem: Correct password not accepted Solutions:- Case Sensitive - Check uppercase/lowercase
- Extra Spaces - Remove spaces before/after
- Wrong Password - Verify in Form Settings
- Reset Password - Set new password in settings
- Clear Browser Cookies - Old session may interfere
Submissions Not Being Recorded
Problem: Users submit but submission not in dashboard Check:- Form Status - Must be published
- Submission Count - Verify submissions tab
- Filters Applied - Remove any active filters
- Date Range - Check viewing all dates
- Test Submission - Submit test to verify
- Database Issue - Contact support if persists
- Check total submission count on form card
- Look in “All Submissions” (not just completed)
- Check abandoned submissions
- Verify user completed (not abandoned mid-form)
reCAPTCHA Not Showing
Problem: reCAPTCHA checkbox missing from form Solutions:- Check Settings - Form Settings → reCAPTCHA enabled?
- API Keys - Admin must configure reCAPTCHA keys
- Browser Compatibility - Update browser
- JavaScript Disabled - Enable JavaScript
- Ad Blocker - May block reCAPTCHA
- VPN/Proxy - May interfere with reCAPTCHA
File Upload Failing
Problem: Cannot upload files to form Check:- File Size - Max 10MB per file (default)
- File Type - Check allowed file types in settings
- Browser - Some browsers have issues with large files
- Internet Speed - Slow connection may timeout
- Storage Quota - Plan may have storage limit
- File Name - Remove special characters
- Compress large files before uploading
- Use supported formats (PDF, images, docs)
- Check file isn’t corrupted
- Try different browser
Email Notification Issues
Not Receiving Emails
Problem: No email received after form submission Check:- Spam Folder - Check junk/spam folder
- Email Address - Verify correct in Form Settings
- Notifications Enabled - Form Settings → Notifications ON
- SMTP Configured - Workspace email settings
- Email Template - Template assigned to form
- Test Email - Send test from settings
- Form Settings → Notifications → Admin Email → Correct address
- Check workspace SMTP settings
- Look in all email folders (spam, promotions, updates)
- Add [email protected] to contacts
- Check email quota not full
Emails Going to Spam
Problem: Emails landing in spam folder Solutions:- Add to Contacts - Add sender to address book
- Mark as Not Spam - In email client
- Custom SMTP - Use your own email server
- SPF Records - Configure for custom domain
- Email Content - Avoid spam trigger words
- Workspace Settings → Email Settings → Configure SMTP
- Use custom domain email (not Gmail/Yahoo)
- Add SPF and DKIM records
- Build sender reputation
Email Template Variables Not Working
Problem: Variables show as{{variable_name}} in emails
Solutions:
- Check Variable Name - Must match exactly
- Question Title - Variable based on question title
- Spaces in Variables - Use
{{variable}}not{{ variable }} - Question Answered - Variable empty if not answered
- Test Template - Send test email to verify
- Form Settings → Notifications → View Variables
- Copy exact variable name
- Paste into template
- Send test email
Wrong Email Template Used
Problem: Different template sent than configured Solutions:- Check Form Settings - Verify selected template
- Resave Settings - Re-select template and save
- Cache Issue - Wait 5 minutes for cache clear
- Test Again - Submit new test
- Verify Workspace - Using correct workspace
Integration Issues
Integration Not Sending Data
Problem: Integration configured but data not reaching service Check:- Integration Status - Toggle is ON?
- Authentication - Reconnect OAuth/API key
- Destination - Correct channel/sheet/board selected?
- Conditional Logic - Conditions met?
- Integration Logs - View error messages
- Service Status - External service operational?
- Go to Integrations tab
- Click integration
- View Logs
- Check for error messages
- Re-authenticate if needed
Slack Messages Not Appearing
Problem: Slack integration active but no messages Solutions:- Channel Access - Bot invited to channel?
- OAuth Expired - Reconnect Slack
- Channel Changed - Verify channel still exists
- Test Integration - Send test message
- Slack Workspace - Correct workspace connected?
/invite @TopFormBuilderin Slack channel- Integration logs show success
- Slack app not suspended
- Correct workspace and channel
Webhook Timing Out
Problem: Webhook integration shows timeout errors Solutions:- Endpoint Speed - Must respond within 30 seconds
- Verify URL - Check webhook URL is correct
- HTTPS Required - HTTP URLs not supported
- Firewall - Whitelist TopFormBuilder IPs
- Server Load - Check server capacity
- Use webhook testing service
- Check endpoint logs
- Verify signature validation not slowing response
- Use async processing on receiving end
Google Sheets Not Updating
Problem: Submissions not adding rows to Google Sheets Check:- OAuth Valid - Reconnect Google account
- Sheet Access - Account has edit permission?
- Sheet Deleted - Verify sheet still exists
- Column Mapping - Verify field mapping
- Rate Limit - Google Sheets API limits
- Integration Settings → Reconnect Google
- Verify spreadsheet URL still valid
- Check integration logs for errors
- Test with new submission
Analytics Issues
No Analytics Data
Problem: Analytics dashboard empty or not loading Solutions:- Pro Plan Required - Analytics is Pro feature
- No Submissions Yet - Need at least 1 view
- Date Range - Check selected date range
- Form Published - Draft forms don’t track analytics
- Refresh Page - Browser cache issue
Wrong Completion Rate
Problem: Completion rate doesn’t seem accurate Explanation:- Completion rate = Completed Submissions ÷ Total Views
- Views include ALL page loads (even refreshes)
- Abandoned submissions NOT counted
- In-progress NOT counted
- Simple forms: 60-80%
- Medium forms: 40-60%
- Long forms: 20-40%
Charts Not Loading
Problem: Charts show loading spinner indefinitely Solutions:- Refresh Page - Ctrl+R or Cmd+R
- Browser Compatibility - Use modern browser
- JavaScript Enabled - Check browser settings
- Ad Blocker - May block chart library
- Internet Connection - Check connection
- Try Different Browser - Browser-specific issue
Custom Domain Issues
Domain Verification Failing
Problem: “Verification failed” error when adding domain Solutions:- Wait Longer - DNS can take 24-48 hours
- Check DNS Records - Verify A/CNAME record correct
- Remove Extra Spaces - In DNS value
- Cloudflare Users - Set proxy to “DNS only” (gray cloud)
- Use DNS Checker - dnschecker.org to verify propagation
- DNS Type: A or CNAME
- Name: subdomain (e.g., “forms”)
- Value: Exact match (case-sensitive)
- TTL: Any value (3600 recommended)
SSL Certificate Not Generating
Problem: SSL status shows “Failed” Solutions:- Domain Verified First - SSL only after verification
- HTTP Accessible - Port 80 must be open
- Wait 10 Minutes - SSL takes 1-10 minutes
- Firewall - Allow Let’s Encrypt validation
- Contact Support - Provide domain name
- Visit http://your-domain (not https)
- Should show TopFormBuilder page
- If not, DNS issue
Form 404 on Custom Domain
Problem: Form shows 404 error on custom domain Solutions:- Domain Assigned - Form Settings → Custom Domain selected?
- SSL Active - Check SSL status is “Active”
- Save Form - Resave form settings
- DNS Propagation - Wait for DNS to update
- Clear Cache - Browser and DNS cache
- Custom domain SSL status = Active
- Form has custom domain selected in settings
- Try http:// if https:// doesn’t work (temporarily)
Account & Authentication Issues
Cannot Login
Problem: Password not working or login failing Solutions:- Reset Password - Use “Forgot Password” link
- Check Email - Verify using correct email
- Caps Lock - Check keyboard
- Clear Cookies - Browser cookies may be corrupted
- Try Different Browser - Browser-specific issue
- Account Suspended - Contact support
Google OAuth Not Working
Problem: “Sign in with Google” button not working Solutions:- Pop-up Blocked - Allow pop-ups for site
- Third-party Cookies - Enable in browser
- Google Account - Try different Google account
- Browser - Use Chrome/Firefox/Safari
- Incognito Mode - Test in private window
Session Expired
Problem: Keep getting logged out Solutions:- Browser Cookies - Enable cookies
- Incognito Mode - Don’t use for regular work
- VPN/Proxy - May cause issues
- Multiple Tabs - Logout from one affects all
- Remember Me - Check “Keep me logged in”
Cannot Access Workspace
Problem: Workspace not visible or accessible Solutions:- Check Access - Verify you’re a member
- Owner Removed You - Contact workspace owner
- Wrong Account - Logged in with different email?
- Workspace Deleted - Contact owner
- Refresh List - Reload workspaces page
Performance Issues
Slow Page Loading
Problem: Pages take long time to load Solutions:- Internet Speed - Run speed test
- Clear Cache - Browser cache full
- Too Many Tabs - Close unused tabs
- Browser Extensions - Disable temporarily
- Old Browser - Update to latest version
- Large Forms - 100+ questions load slowly
- Check Status Page - System status
- Use Chrome or Firefox
- Clear cache weekly
- Close unused tabs
- Disable unused extensions
- Upgrade internet if slow
Form Builder Lagging
Problem: Drag-and-drop and edits are slow Solutions:- Large Form - Break into multiple pages
- Browser Memory - Restart browser
- Computer Performance - Close other programs
- Simplify Form - Remove unused questions
- Disable Animations - Browser settings
Submission Export Timeout
Problem: Cannot export submissions (timeout error) Solutions:- Too Many Submissions - Export in smaller date ranges
- Large Files - File uploads slow export
- Try Different Format - CSV faster than Excel
- Filter Data - Export specific fields only
- Contact Support - For very large exports (10,000+)
Payment Issues
Stripe Payment Failing
Problem: Payment field shows error Solutions:- Stripe Connected - Workspace Settings → Payments
- Test Mode - Using test card in test mode?
- Card Details - Verify card info correct
- Card Declined - Contact bank
- Currency Supported - Check currency available
- Amount Valid - Check minimum amount
Stripe Not Connecting
Problem: Cannot connect Stripe account Solutions:- Stripe Account - Create Stripe account first
- Business Type - Complete Stripe onboarding
- Pop-up Blocked - Allow pop-ups
- Try Different Browser - Browser compatibility
- Stripe Status - Check Stripe status page
General Issues
Browser Compatibility
Recommended Browsers:- ✅ Chrome 90+ (Recommended)
- ✅ Firefox 88+
- ✅ Safari 14+
- ✅ Edge 90+
- ❌ Internet Explorer (Not supported)
- Old browsers may have display issues
- Some features require modern JavaScript
- Mobile browsers generally supported
Mobile Issues
Problem: Site not working properly on mobile Solutions:- Update Browser - Mobile browser outdated
- Clear Cache - Mobile browser cache
- Rotate Device - Some features need landscape
- Use Desktop - For complex form building
- Mobile App - Coming soon
Data Not Syncing
Problem: Changes on one device not appearing on another Solutions:- Refresh Page - Reload to get latest data
- Check Internet - Must be online
- Different Workspaces - Verify same workspace
- Save Changes - Ensure changes saved first
- Clear Cache - Both devices
Error Messages
“Something went wrong”- Generic error - Check browser console (F12)
- Refresh page
- Try again in a few minutes
- Contact support if persists
- Not logged in - Login again
- Session expired - Re-authenticate
- No permission - Contact workspace owner
- Too many requests - Wait 1 minute
- Try again slower
- Contact support if blocking work
- Server maintenance - Check status page
- Temporary issue - Wait 5-10 minutes
- Try different region if Enterprise
Getting Help
Before Contacting Support
- Check This Guide - Solution may be here
- Search Documentation - Full docs at docs.topformbuilder.com
- Check Status Page - System-wide issues posted
- Try Basic Fixes - Refresh, clear cache, different browser
- Gather Information - Error messages, screenshots, steps to reproduce
How to Contact Support
Email: [email protected] Include in Your Message:- Clear description of issue
- Steps to reproduce
- Expected vs actual behavior
- Error messages (full text)
- Screenshots (if applicable)
- Browser and OS
- Account email
- Form/workspace URL (if relevant)
- Pro: Within 24 hours
- Enterprise: Within 4 hours
- Critical issues: Priority response
Useful Information to Provide
For Form Issues:- Form URL or slug
- Workspace name
- When issue started
- If affects all users or just you
- Screenshots of error
- Integration type (Slack, Sheets, etc.)
- Error message from logs
- Last successful integration
- Changes made recently
- Screenshot of integration settings
- Account email
- When issue started
- Error message
- Login method (email, Google)
- Browser and device
Community Resources
Knowledge Base:- docs.topformbuilder.com
- Coming soon
- status.topformbuilder.com
- Contact support or use in-app feedback
Preventive Measures
Regular Maintenance
Weekly:- Review form submissions
- Check integration logs
- Test critical forms
- Review error notifications
- Update team access
- Clean up old test forms
- Export important data
- Review analytics
- Check custom domain SSL
- Change workspace passwords
- Rotate API keys
- Audit user permissions
- Review security settings
- Update email templates
Best Practices
To Avoid Issues:- Test forms before sharing
- Use supported browsers
- Keep software updated
- Save work frequently
- Backup important forms
- Document settings
- Train team properly
- Monitor usage limits
Still need help? Contact [email protected]