Heya,
Sorry for the wait!
No, you're not off track at all - you just need to tweak it a bit.
The function you're interested in is this, I think:
But you'll need both the form ID and submission ID... When you added your link on the edit submission page, could you append the submission ID & form ID to pass them in the query string?
- Ben
Sorry for the wait!
No, you're not off track at all - you just need to tweak it a bit.
The function you're interested in is this, I think:
PHP Code:
$submission_info = ft_get_submission_info($form_id, $submission_id);
But you'll need both the form ID and submission ID... When you added your link on the edit submission page, could you append the submission ID & form ID to pass them in the query string?
- Ben