Skip to main content

Is it possible to redirect a user when they click on the submit button based on SharePoint group membership?

I tried using the redirect link in the advanced settings with the formula 

fn-If(fn-IsMemberOfGroup(groupname), site url if in group, site url if not in group)
however this results in an error when the submit button is clicked. 
thanks!

Hi Leah Giambartolomei,

Use quotes for group name and urls like fn-If(fn-IsMemberOfGroup('Demand Owners'),'SiteUrl1','SiteUrl2'), and Publish the form and test it.

 

Thanks,

Lakshmi Narayana C


Did you able to resolve it..?


Sorry I have not been able to try yet. I will update as soon as I do!!


I finally got around to fixing this. The redirect now works if the form is submitted from edit mode or a new item is created from the list. It does not however work from the Nintex form web part. 


Reply