Skip to main content
Nintex Community Menu Bar
Answer

Land on a particular page in New Responsive Form - Nintex O365

  • September 22, 2022
  • 2 replies
  • 18 views

Forum|alt.badge.img+3

Hello,

 

I am looking for options to create a link which opens a New Responsive Form, in Nintex for Office 365 - directly in a particular page. Is this is possible with some query string parameter or otherwise?

 

Thanks,

Best answer by Jake

Hi @SanthoshKumar-R 

 

I don't think there is, until full jQuery and CSS support comes to new responsive, Pages are currently determined by jQuery onclick and sadly not yet interact-able with form rules.

 

An alternate depending on the use case would be to set up a different content type, content types can have different links and subsequently different form layouts including pages meaning you could place your required page first.

 

If you use shared site columns in content types then you can easily switch between them in the workflow to manipulate what the form looks like, please be warned if you use list columns you can lose data if the columns aren't exactly the same, I use this with 365 to add and remove pages from a new responsive forms. 

 

Kind regards

Jake.

2 replies

Jake
Forum|alt.badge.img+13
  • Scholar
  • Answer
  • September 26, 2022

Hi @SanthoshKumar-R 

 

I don't think there is, until full jQuery and CSS support comes to new responsive, Pages are currently determined by jQuery onclick and sadly not yet interact-able with form rules.

 

An alternate depending on the use case would be to set up a different content type, content types can have different links and subsequently different form layouts including pages meaning you could place your required page first.

 

If you use shared site columns in content types then you can easily switch between them in the workflow to manipulate what the form looks like, please be warned if you use list columns you can lose data if the columns aren't exactly the same, I use this with 365 to add and remove pages from a new responsive forms. 

 

Kind regards

Jake.


Forum|alt.badge.img+3

@Jake Thank you!