Skip to main content
Nintex Community Menu Bar
Answer

How to align label and calculated field

  • September 19, 2017
  • 3 replies
  • 263 views

Forum|alt.badge.img+6

Hello,

I'm new to forms.  I was wanting to align a label and a calculated field.  Is there an easy way to accomplish this?

 

also, I'm trying to get the input fields to only accept numbers and then auto convert them to a currency, ie; number.2 decimal places (100.99). Is there an easy way to accomplish this?

 

Best answer by lakshminarayana

In order to align the controls in 'Nintex Form', select the control by using the mouse and move it with the help of mouse or keyboard 'Arrow' controls (up/down,right,left). And you can see 'Preview' option before publishing the form.

And you can create a SharePoint list column of type 'Currency' like below to allow only numbers and 2 decimal places.

3 replies

Forum|alt.badge.img+9

In order to align the controls in 'Nintex Form', select the control by using the mouse and move it with the help of mouse or keyboard 'Arrow' controls (up/down,right,left). And you can see 'Preview' option before publishing the form.

And you can create a SharePoint list column of type 'Currency' like below to allow only numbers and 2 decimal places.


Forum|alt.badge.img+3
  • September 20, 2017

If you need to center the input for a field (move it from the top) you will need to change the CSS Class. When you click on the field in the ribbon on the top you will see a box for formatting which will have the CSS Class. Add this in the box and it will center it for you:

 For a label:   nf-form-label nf-section

For a field:     nf-form-input nf-section


Forum|alt.badge.img+4
  • Rookie
  • November 29, 2022
Thanks very much for this.