💬 Support

Get help with EasySign installation, configuration, and usage.

Support Channels

📚 Documentation

Browse this documentation for guides, tutorials, and API reference.

💬 CodeCanyon Comments

Post questions on the item's comment section for community help.

📧 Email Support

Contact us directly for technical issues or custom development.

Before Contacting Support

Please check the following first:

  1. Read the relevant documentation section
  2. Check the Installation Guide troubleshooting
  3. Verify your server meets all requirements
  4. Check PHP error logs for detailed error messages

What's Included in Support

Included Not Included
  • Installation assistance
  • Bug fixes
  • Configuration help
  • Documentation clarification
  • Custom feature development
  • Third-party integration
  • Server configuration
  • Design customization

Reporting Bugs

When reporting a bug, please include:

Feature Requests

We welcome feature suggestions! Please submit them through CodeCanyon comments or email with:

FAQ

Q: The site shows a blank page after installation

A: Check PHP error logs. Usually this is a missing PHP extension or incorrect database credentials in .env file.

Q: Emails are not being sent

A: Configure SMTP settings in Admin → Global Settings. Verify credentials work with your email provider.

Q: File uploads fail

A: Check uploads/ folder permissions (should be 755). Also verify php.ini upload_max_filesize setting.

Q: PayPal payments not working

A: Verify PayPal credentials in .env. Ensure PAYPAL_MODE is set to "live" for production.

Q: How do I reset the admin password?

A: Run this SQL query:

UPDATE users SET password = '$2y$10$...' WHERE email = 'admin@example.com';
-- Generate the hash with PHP: password_hash('newpassword', PASSWORD_DEFAULT)

Q: Can I use this on multiple domains?

A: The Regular License allows use on one domain. For multiple domains, purchase an Extended License.

Refund Policy

Refunds are handled through Envato according to their refund policy. We cannot process refunds directly.

Updates

Updates are free for 6 months from purchase. After that, you can continue using your current version or renew support for access to updates.

Pro Tip: Subscribe to the item on CodeCanyon to receive update notifications.