This documentation is for Live Forms 7.3 Not for you? Earlier documentation is available too.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Add-on access disabled

If you see this error in the logs:

ServiceForbiddenException: Forbidden
frevvo Forms API access is not enabled for tenant <frevvo tenant name>

This issue was fixed in Live Forms v4.1.5 for ticket #9063 - API access gets disabled after editing a tenant. Solution: Manually fix database via: update tenants set apiEnabled = 1 

Timezone Error

If you are using the  add-on version 4.1.11.19120 , you will see this error "SEVERE: Unable to initialize form. Error Message: FATAL: Cannot parse time. Timezone is unknown/not specified" if you do not provide a timezones when loading data in any date-time field. You must add the _formTz URL Parameters to your form macro. Follow these steps to do that:

  1. Edit the form macro. 
  2. Use one of the parameters (like locale) to add the formTz parameter. The image shows the _formTz parameter set to &_Europe/Berlin timezone added to the form macro:

 

This issue is already fixed for ticket(#12910). It is available in next version of the plugin.

 

  • No labels