Skip to main content
Nintex Community Menu Bar
Solved

Read Only mode on Form not working before model is saved

  • November 22, 2024
  • 3 replies
  • 46 views

Forum|alt.badge.img+4

Using Skuid NLX (17.5.0.0) I have a wizard that create a new row on a model and then guides a user through filling out a form. On the final page of the wizard is a review of what they have entered and I have the form set to Read Only, however it displays in edit mode when it navigates to that step. To troubleshoot I had the record save before it got to that step and it displayed correctly Read Only mode. 

Is it possible to have a form of an unsaved new record display in read only mode?

Best answer by david.burns

Instead of using a form component to showcase the read only review on the last wizard step, you could use a text component. You can assign a text component to a model. By doing that, you can insert fields into the text component, add labels, margins, spacing, etc. See below for an example. 

 

 

 

3 replies

david.burns
Nintex Employee
Forum|alt.badge.img+4
  • Nintex Employee
  • Answer
  • November 22, 2024

Instead of using a form component to showcase the read only review on the last wizard step, you could use a text component. You can assign a text component to a model. By doing that, you can insert fields into the text component, add labels, margins, spacing, etc. See below for an example. 

 

 

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • November 25, 2024

Hi ​@ghesketh 
Has this response answered your question? 


Forum|alt.badge.img+4
  • Author
  • Rookie
  • November 25, 2024

Great idea, that works. Thanks ​@david.burns !