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

Question

Question

Numbering fields in form like Microsoft Forms

asked on February 6, 2019

In Microsoft Forms, it will automatically number each questionnaire (fields).  Is there an option to do that in Laserfiche forms. 

 

The number should automatically change depending on the path of the questions to be answered.

 

 

Capture2.JPG
Capture2.JPG (36.4 KB)
0 0

Replies

replied on February 6, 2019

Not at the moment to my knowledge, but you can use Field Rules to map out the path with hide/show fields.

0 0
replied on February 7, 2019

Could you try putting the following in the CSS.

body {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

.cf-label::before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}

 

0 0
replied on March 5, 2019

Can you describe a little bit more about the use case here and how you would expect this feature to work? 

At the basic level, it sounds like you are looking for a form setting that would prefix question numbers onto each field in the form.

If you had field rules that hid some of the fields, would the numbers update to what's showing? Or would Q12 be hidden and skipped? 

Where else would these question numbers be used? Would you still want to reference the variables in the process and reports? Or would these question numbers be an alternative to the variable? 

If you added fields to the form, would the question numbers update? Or would question 5 always remain question 5 even if it was moved around on the form? 

If you added a second/third form to the process for approval and included variables from the first form, would they have the same question number? 

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

Sign in to reply to this post.