Form Builder
Created by Orckestra
Form Builder Developer Guide
- Introduction
- Localizing the front-end
- Working with styling
- Changing the HTML or behavior of existing fields
- How to create a new field type
- How to create a new submit handler
- How to create a new security handler
- How to localize the admin UI
- The configuration file
How to localize the admin UI
If your CMS Console GUI is localized and is in a language other than English, you may want to localize the Form Builder, too.
The text strings used in the Form Builder are stored in:
~/Composite/InstalledPackages/localization/Composite.Forms.FormBuilder.en-us.xml
To localize the Form Builder GUI into your language:
- Make a copy of the Composite.Forms.FormBuilder.en-us.xml in ~/Composite/InstalledPackages/localization/.
- Rename this file so that it matches the language of your CMS Console GUI. For this, append the corresponding language culture name to the file name, for example, Composite.Forms.FormBuilder.de-de.xml for German, where “de-de” is the language culture name for German.
- Open the file in your preferred XML editor and translate the strings.
You may need to reload the CMS Console to see the changes.
Version
1.3.4
Tags
Form