Introduction:
Known Issues

We're aware that the following issues are present in the scripts created by Forms To Go.

This is not a TODO or wish list, only a list of current limitations that you must be aware of which will be addressed in future releases of Forms To Go.

Multiple fields with the same name: Forms To Go can't handle forms with multiple fields with the same name, like checkboxes:

<input type="checkbox" name="accesories" value="printer">Printer
<input type="checkbox" name="accesories" value="modem">Modem
<input type="checkbox" name="accesories" value="scanner">Scanner

one possible workaround is to have different names for each checkbox:

<input type="checkbox" name="accesories1" value="printer">Printer
<input type="checkbox" name="accesories2" value="modem">Modem
<input type="checkbox" name="accesories3" value="scanner">Scanner

Multiple selection listboxes: Forms To Go can't handle forms with multiple selection listboxes:

<select name="accesories" multiple>

there is no workaound for this issue at this moment.

Microsoft Access and DSN: Microsoft Access dump is limited to ASP scripting language and the Access database file must be located in the same server as the script. It cannot be a database located on the net, or accesed thru a DSN. Future versions will allow to connect thru DSN.

MySQL and ASP: MySQL dumps are only avaliable in PHP and Perl scripting languages. Next major release of Forms To Go will include this option in the ASP language as well.

CDOSYS requires an SMTP Server: CDOSYS configuration don't include the option of using the local SMTP server on a Windows server, it's mandatory to specify an SMTP server address. Future versions will expand the support on CDOSYS.

 

 

More about introduction:

What's Forms To Go?
Features
Before you start
Quick Start
How to register Forms To Go?
Known issues and limitations

Index