Development

Changeset 10954

You must first sign up to be able to contribute.

Changeset 10954

Show
Ignore:
Timestamp:
08/19/08 17:12:04 (3 months ago)
Author:
fabien
Message:

[doc] [1.1, 1.2] fixed typo (closes #4202)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/01-Form-Creation.txt

    r10878 r10954  
    364364    } 
    365365 
    366 You can change the form method in the `indexSuccess.php` template by changing the `form` method attribute: 
     366You also need to change the form `action` attribute in the `indexSuccess.php` template: 
    367367 
    368368    [php] 
  • doc/branches/1.2/forms_book/en/01-Form-Creation.txt

    r10878 r10954  
    364364    } 
    365365 
    366 You can change the form method in the `indexSuccess.php` template by changing the `form` method attribute: 
     366You also need to change the form `action` attribute in the `indexSuccess.php` template: 
    367367 
    368368    [php]