[pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-14 Thread Sivakatirswami
I seem to be needing to advance a bit in PHP pmwiki operations: latest need: a page action that will invoke a page with an input from with two input values already "installed" from the original "location" This is an input form that wants to be invoked from any group and the form has pre-set two v

Re: [pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-14 Thread Hans
Sunday, January 14, 2007, 11:00:16 AM, Sivakatirswami wrote: > Presently I am using Site.RightBar in Gemini which has the input form > "permanently" displayed on every page, as such it picks up > {$Group} and {$FullName} automatically. But I want to remove > that from the UI and "invoke" the inp

Re: [pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-15 Thread Sivakatirswami
Hans wrote: > You could put the "Add New To Do" link into Site.PageTopMenu or > Site.PageFootMenu to be part of your standard action links. The > difficulty is that you really want to use a form with a form submit > button instead of a standard link. You got the form already. So you > can add

Re: [pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-16 Thread Hans
Tuesday, January 16, 2007, 2:43:45 AM, Sivakatirswami wrote: > Now, I am using "(:include Site.ToDoForm:) in Sight.RightBar, where it > presents itself as empty. > The user fills in all fields submits.. one field is prefilled with > "{$Group}" which is labeled "Project" > But... I don't want th