Tassos velocissimo come sempre mi ha risposto, condivido con tutti la soluzione nel caso abbiate lo stesso problema
Hello Pietro,
Currently, we do not offer any functionality to import submissions from other sites.
However, if you have access to your site's database (e.g. via PHPMyAdmin) you can export and import the following tables to import your forms and submissions:
#__convertforms
#__convertforms_conversions
If you wish to copy over any uploaded files that were submitted in your forms you may also import #__convertforms_submission_meta
To import your Tasks you can import these tables:
#__convertforms_tasks
#__convertforms_tasks_history
#convertforms_connections
Note: You should replace # with database table prefix.
Regards,
Tassos