May 30th, 2009, 11:36 AM
Ah, I see.
Yes, I guess you can - but it's a bit of a hack. In the Edit Menu pages there's a "custom URL" option. Try entering a hardcoded absolute or relative link (from the webroot) to the forms page, passing in the view_id as a parameter. e.g.
The forms page accepts those values from the query string as well as post. (And don't worry, there's security in place that will prevent people from trying to hack it by passing in form IDs & view IDs that they don't have access to).
Let me know if this works.
- Ben
Yes, I guess you can - but it's a bit of a hack. In the Edit Menu pages there's a "custom URL" option. Try entering a hardcoded absolute or relative link (from the webroot) to the forms page, passing in the view_id as a parameter. e.g.
Code:
/clients/forms/index.php?form_id=X&view_id=Y
The forms page accepts those values from the query string as well as post. (And don't worry, there's security in place that will prevent people from trying to hack it by passing in form IDs & view IDs that they don't have access to).
Let me know if this works.
- Ben