[ad_1]
Hello @jozzay
Thank you very much for using our plugin. The solution depends on your form structure. Assuming the questions in your form are emulated with radio button fields. Their labels are the questions, and the choices are the possible answers. Enter the style definition below through the “Customize Form Design” in the “Form Settings” tab ):
#fbuilder .cff-radiobutton-field {
list-style-type: none;
counter-increment: css-counter 1;
}
#fbuilder .cff-radiobutton-field:before {
content: counter(css-counter) ". ";
}Best regards.
