Editing form submissions

I am building a site that accepts submissions via a form. Certain members of the site will be able to view the form submissions on an asset listing - all this is working OK.


Built into the form are two fields that are for the use of admins to add notes etc. to the submissions. Admins can log into the admin interface, go to the form submissions screen, find the submission they want to edit and (eventually!) edit the contents of the form submission, however I'd like to provide a link from this asset listing that took them straight to the screen. Just a bit simpler.



I can't do it! :unsure: I assume this is because the form submissions don't have a web path, but is there any other way of crafting a link?

[quote]I am building a site that accepts submissions via a form. Certain members of the site will be able to view the form submissions on an asset listing - all this is working OK.


Built into the form are two fields that are for the use of admins to add notes etc. to the submissions. Admins can log into the admin interface, go to the form submissions screen, find the submission they want to edit and (eventually!) edit the contents of the form submission, however I'd like to provide a link from this asset listing that took them straight to the screen. Just a bit simpler.



I can't do it! :unsure: I assume this is because the form submissions don't have a web path, but is there any other way of crafting a link?[/quote]



Try creating your link using the following:



/_edit?limbo_assetid=%asset_assetid%





So, you can target the asset itself and don't have to rely on a URL.