Loading...
 
Features / Usability

Features / Usability


Pretty tracker redirect to newly created entry?

posts: 74 United States
I have my Pretty Tracker setup and working great. But when I submit my form, I would like to be redirected to the created item's page rather than a new blank form. Is this possible?
posts: 2428 Czech Republic

Hi Jeffrey,
sure, url="YourOtherPrettyPage?itemId" should do the trick I believe?

HTH,
luci

Jeffrey Frady wrote:
I have my Pretty Tracker setup and working great. But when I submit my form, I would like to be redirected to the created item's page rather than a new blank form. Is this possible?
posts: 74 United States
luciash d' being 🧙 wrote:

Hi Jeffrey,
sure, url="YourOtherPrettyPage?itemId" should do the trick I believe?

HTH,
luci

Thanks, I was able to get that to work!


Old Code:

Copy to clipboard
{tracker trackerId="5" action="save" outputwiki="Memorial TPL"}


New Code:

Copy to clipboard
{tracker trackerId="5" action="save" outputwiki="Memorial TPL" url="tiki-view_tracker_item.php?itemId"}