Jump to content

After Submit, Stay On Page, Scroll To Position/anchor


Recommended Posts

Hello Staaks,

As far as I know, you can use iFrames.

 

When you click Deploy, on the Deploy window, there are several buttons and Frame is the third.

I would recommend you to use iFrame - you can paste the code the same way as embed deployment.

 

You can add the code width="x" height="y" in pixels to define the size of the frame. Then the code will be like:



<iframe width="x" height="y"  name="NAME" title="TITLE" src="LINK">Sorry, but your browser does not support frames.</iframe>

Link to comment
Share on other sites

Hello Staaks,

 

You can look at these links:

http://stackoverflow.com/questions/4938374/maintain-div-scroll-position-on-postback-with-html-javascript (But in this case you should add anchor before the form)

and

http://www.devnetwork.net/viewtopic.php?f=13&t=51544

 

 

On the other hand, iFrame deployment is still the best solution if you do not want more scripting on the page.

If you want to track the page where submit has occurred, just add one more text field to the datasource table and in the wizard set Hidden form element for this field with "On load, receive" -> System parameter -> Host URL.

 

Let me know if this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...