LFForm.changeFormSettings({title: "New Form Title", description: "New Form Description"});
Is it possible to change the Form Title to the Current Step Name?
We are using the latest Forms 11 build with the Modern Designer.
Thanks
LFForm.changeFormSettings({title: "New Form Title", description: "New Form Description"});
Is it possible to change the Form Title to the Current Step Name?
We are using the latest Forms 11 build with the Modern Designer.
Thanks
Jonathan,
I'm sure Jason or someone will know a way to do that if it's possible, but one thing that may help you and is an easy fix is to leave the Form name, but in the Description box of the Title field just put {/_current_step_name}. That will show the current step right under the form title on the form when the tasks come up. If you already have a form description, you can just put it at the top of the description and leave a line under it before the rest of the description. It won't appear to be working in preview mode, but you will find it works when you actually submit one.
Thanks, Rick.
You gave me an idea that will do as a work-around. I hid the Form Title and made the Form Description look like the title.
.form-title {display:none!important;} .form-description {Color: #000000; text-align:right; font-family: Verdana; font-style: normal; font-weight: bold; font-size: 20px!important;}