You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible to change the Form Title to the Current Step Name?

asked on August 18, 2024
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

0 0

Answer

SELECTED ANSWER
replied on August 20, 2024 Show version history

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.

1 0
replied on August 20, 2024

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;}

 

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.