Skip to main content
Nintex Community Menu Bar

Is there a similar bookmark functionality in K2 smartform?

  • October 30, 2013
  • 2 replies
  • 17 views

Forum|alt.badge.img+3

Hi,


I have smartform that quite long, and need a somthing that if the user click a link  like 'go top' it will go to the top of the form. There is seems to be no rule to this.


Any advise on how can this be acheive?  


Thanks

2 replies

Forum|alt.badge.img+5
  • Nintex Partner
  • October 31, 2013

Hi Rupert,


1. Add a label to the top of the page, ensure "Literal" property is checked and fill in the following in the "Text" value


<a name="top">&nbsp;</a>


2. Add a label to the bottom of the page, ensure "Literal" property is checked and fill in the following in the "Text" value


<a href="#top">Top</a>


 


JK


Forum|alt.badge.img+3
  • Author
  • November 11, 2013

Thanks this one works! However if i use the SmartForm WebViewer web part in sharepoint this is not working.


Thanks anyway i think this will be handy in the future.