Re: [fw-general] Forward method

2007-02-27 Thread 'Matthew Weier O'Phinney'
-- Ian Warner <[EMAIL PROTECTED]> wrote (on Tuesday, 27 February 2007, 04:35 PM -): > Worked fine thank you very much Just for the historical record (for those who may search for this), what worked for you -- using the response object, or updating how you called _forward()? > > > I am trying

RE: [fw-general] Forward method

2007-02-27 Thread Ian Warner
Matt Worked fine thank you very much Ian > > I am trying to make sense of the Forward command. > > > > I am utilizing QuickForm in a join form > > > > The user fills in the form if it validates I want to forward to a > validate > > Action - just for separation. > > > > // Try to validat

Re: [fw-general] Forward method

2007-02-27 Thread Matthew Weier O'Phinney
-- Ian Warner <[EMAIL PROTECTED]> wrote (on Tuesday, 27 February 2007, 11:30 AM -): > I am trying to make sense of the Forward command. > > I am utilizing QuickForm in a join form > > The user fills in the form if it validates I want to forward to a validate > Action - just for separation. >

[fw-general] Forward method

2007-02-27 Thread Ian Warner
I am trying to make sense of the Forward command. I am utilizing QuickForm in a join form The user fills in the form if it validates I want to forward to a validate Action - just for separation. // Try to validate a form if ($form->validate()) { // Email and sto