Nov 29th, 2010, 6:47 AM
(Nov 19th, 2010, 4:33 AM)Printline Wrote:(Nov 18th, 2010, 9:45 PM)Ben Wrote: 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:
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
Hi'
Thanks Ben, you're the Man..... It works perfect now. Great!
- Printline
Hi' again
I have run into another little problem, that i would very much appreciate if you could give me your opinion on.
I can now fetch data by calling the form and submission id. Now instead of submitting the form again, i would like to just update the submission. Do i need another submit button in the form, that behaves like an update button...??? or do i need to add the submission id somewhere (in the form action attribute or somewhere else). P.S. it is a multi page form i have.