Small company logo:
   History
 
Advertising banner:
 
 LDR6
Home • Help • Customization Tools • LDR6
 
Preparing custom forms for FirstClass Web Services
If you use FirstClass Web Services (FCWS), you can create versions of your customized forms for FCWS. This process involves:
•       exporting basic HTML versions of your custom forms using FirstClass Designer
•       refining the HTML forms (optional)
•       making the custom forms available on FCWS.



Exporting HTML versions of custom forms
To export a basic HTML version of a custom form:
1       Select the form in Designer.
2       Choose Save as HTML from the form's context menu.
An HTML form is saved where you specify, named formID-d.html. It is a skeleton version of the eventual FCWS template, containing all the relevant fields from the client form, with enough information for FCWS to construct the template.
Style attributes such as font size and color aren't carried over from the client form. The HTML form is created as plain as possible so that you can add your organization's own style and branding.



Refining the HTML forms
You can refine the look of an HTML form by updating the client form in Designer and re-exporting it. It's also possible to edit the form's HTML code, and any styling you do in the code will be carried over to the FCWS template. However, if your users also use the FirstClass client, the client form will have to be updated in any case to be consistent with the appearance of the FCWS template.
If you want to test the look of your HTML form:
1       Create a test folder on your computer.
2       Put your HTML form in this folder.
3       Copy the following files from the FirstClass web server to this folder:


File
Located in FirstClass web server folder
firstclass.css
css
jquery-ui.css
css/themes/firstclass
wm.css
css
images
Copy the whole "images" folder.

4       Open the HTML form in a browser or HTML editor.



Making the custom forms available on FCWS
When you are satisfied with the look of your HTML form, put it on your FirstClass web server in
localized/ISO code/user/forms
For example, an English custom form would go in
localized/en/user/forms
Use the FirstClass client to put the client version of the custom form in a location where your users can access it using FCWS.