kwes offers two ways to test your forms, a testing domain and test mode for live domains.
A website has the option to have a testing domain assigned to it. This allows you to create a form in your development environment and have it pushed later to your production server. A testing domain can be:
To use this option, setup your form on your testing domain,localhost, or local file. In the last step of the form setup process, you will have the option to assign that domain as a test domain.
A form placed on a test domain will show a message as a reminder of it status and that any entries submitted from that domain will not count against your limit.
This option allows you to test your form on your live domain and not have your submissions count against your monthly limit. Simply add mode="test"
to your <form>
tag like so:
You can view your test data by toggling the "View Test Data" switch on the top right corner when you're in the "submissions" page.