How can I set up a nav element workflow to take the user to a particular section on the page (preferably with a scroll animation) - WITHOUT JS? I don’t see any workflow action that navigates to a section of the current page…
I think you should be able to trigger this with a button. Would that work for you?
sure. I could make my nav element a button. I see I can Change Page and I can specify the path. I tried to bind the path to a section, but I couldn’t find the sections when I tried drilling into the green database elements in the formula dialog…?
it should work in Production, if you add a link to a section with an id,
so for example if the ID is test, then you set the link to #test
It should work on the published site. But I have no way of trying that out now
Thanks, but I don’t understand how you determine the ID of a particular section. In your example, is the section called “test”?
You set the id of the item in the settings. Where xou set classes and other attributes
Thanks. I set the id of the section to league_admin per the attached image. tried to set that ID as the path, but testing the workflow throws an error (shown in the same image attached).
Can you see what I’m doing wrong?
You need to add it as a link in the same settings you set your id. Usually on buttons, and I also think divs, you can set a link directly, without a workflow.
Got it! Thanks! Now I see how I can link a button or Div to a section of a page. Unfortunately, what I really want to do is link to a particular full-width div within a section. Can you confirm that I’m not able to do that? If not, I may have to wrap that full-width div in it’s own section…
Check this out. It should work the same way. (on a published site)
thanks Bro