I have a survey form to be re-created in Nintex, the original form has as questions with answers required on a scale of 1-10… How do I re-create this in Nintex?
On a scale of 1-10...
Best answer by Jake
Hi
Depending on the content and requirement of the project you have you might want to take a look into the survey app type available with the standard SharePoint, this app sadly is not supported by Nintex but does allow for the rating scale you mention supported fully.

However if more complex form design is needed then there are a few options for Nintex forms gathering 1-10, see below some of those.
For both classic and responsive forms you would want a choice control configured as follows:

It gives a pleasing look to the choice response buttons but I think we can make it better.

Using some CSS in the classic forms designer to make the buttons go full width, to do this just add the following class to the choice control as follows:
full-width-choice-button

Then in Settings>Custom CSS add the following CSS code:
/*full width survey buttons*/
.full-width-choice-button .ui-buttonset { display: flex; flex-wrap: nowrap; justify-content: space-between;}
.full-width-choice-button .ui-buttonset .ui-button,.full-width-choice-button .ui-buttonset span { flex: 1; width: 10%;}
.full-width-choice-button.nf-choice-radio .nf-choice-option label { width: 100%; display: block; text-align: center;}
.full-width-choice-button .ui-buttonset .ui-button-label { display: flex; align-items: center; justify-content: center;}
.full-width-choice-button span .ui-button-text { display: inline-block; vertical-align: middle; line-height: normal; width:50%}
.full-width-choice-button .ui-buttonset .ui-button { margin-right: -.13em;}
/* ##################### */
Now you will have pretty full width response buttons, I added in the instructional text as labels to match.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.




