3 Quick Ways to Customize a Form with Laserfiche Forms
The word “customize” might sound intimidating when it comes to electronic form design. You don’t want to waste time tinkering with the layout, but you don’t want every form to look the same, either. Fortunately, there are some simple customizations you can build in Laserfiche Forms that will have a large impact. Here are three quick and easy ways to customize a form with Laserfiche Forms.
1. Customize the Appearance
A form can be personalized quickly by creating a specific theme. Two quick ways to create a theme include:
- Adding a company logo.
- Customizing the color scheme.
For example, the City of Roanoke, VA, added a custom logo to its Citizens Fire Academy application. It also customized the colors to fit in with the city’s branding, making the application feel more integrated with the city’s website.
2. Customize the Fields
Once you’ve customized your form’s appearance, it is time to customize the fields. You can:
- Format the size and alignment of the fields.
- Customize the field labels and add tool tips.
For example, since all Roanoke customers reside in the United States, the city decided to format the address field accordingly. The country field was removed and the label of the “State/Province” field was changed to just “State.” This can easily be done with JavaScript.
Here is the JavaScript that Roanoke used:
$(document).ready (function(){ $(“input[id*=_DSG3]”).siblings().text(‘State’); $(“input[id*=_DSG5]”).parent().children().css(‘display’, ‘none’); }) |
3. Customize the Thank You Screen
It is very easy to customize the webpage that appears once a form is submitted. You can show a specific thank you message or redirect the user to another website, such as your company’s corporate site.
Again, the City of Roanoke offers a clever example of form customization. Since one of the forms was being filled out at a public kiosk, it wanted a brand new blank form to appear after the user submitted the form so that the form would be ready for the next person. To do this, the city simply entered the form’s URL in the “Redirect to website” field in the starting event configuration pane.
Do you want to see how other organizations customized their forms with Laserfiche Forms? Get your free copy of Quicker Better Safer: Laserfiche Forms.