V3.0 OEM and Embedding
From Frevvodocs
frevvo Live Forms™ v3.0
Contents |
- frevvo supports a 100% embeddable forms designer/server for seamless integration with your application.
- frevvo provides a client API which supports a simple programmatic protocol for viewing and managing frevvo resources such as forms, applications, themes, schemas, etc.
Embedded Form Designer
frevvo also enables simple, quick and easy embedding of the form designer and application, forms, themes, schemas and submission pages via a embedded property which can be set on any user. By setting embedded to true, users will no longer see the frevvo decoration around those pages. The frevvo header and footer areas are hidden. The pages can then be embedded in your own web site and appear integrated and branded by your company look & feel.
You can try the OEM version now. Select either Standard or XML edition under the OEM column.
The embedded property is set by editing a user's profile page as the admin user. To do this, login to your download in-house installation of Live Forms as admin. Click on the users link and edit a user's profile.
Change the dropdown field from false to true.
Submit the user profile form. Now logout as admin and login as this user. You will see that the frevvo specific header and footer are hidden from view.
In order to logout your web page should provide a header with a link to the logout method. If your Live Forms server is running on localhost:8080 the URL to the logout method would be http://localhost:8080/frevvo/web/logout
frevvo API
The frevvo API adds programmatic access to Live Forms for OEM customer. The API provides a simple protocol for viewing and managing frevvo resources such as forms, applications, themes, schemas, etc.
You will need to install a client library in order to use the API. Please contact us for assistance.
Disabling Submission Repository
Submission now can be disabled on any specific form by unchecking the Save form property. Submission metadata is still logged but no form field data is persisted. Also the submission repository can be completely disabled by setting the context parameter frevvo.submission.disabled to true in web.xml of your frevvo in-house download installation. .


