Changeset 10954
- Timestamp:
- 08/19/08 17:12:04 (3 months ago)
- Files:
-
- doc/branches/1.1/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
- doc/branches/1.2/forms_book/en/01-Form-Creation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/en/01-Form-Creation.txt
r10878 r10954 364 364 } 365 365 366 You can change the form method in the `indexSuccess.php` template by changing the `form` method attribute:366 You also need to change the form `action` attribute in the `indexSuccess.php` template: 367 367 368 368 [php] doc/branches/1.2/forms_book/en/01-Form-Creation.txt
r10878 r10954 364 364 } 365 365 366 You can change the form method in the `indexSuccess.php` template by changing the `form` method attribute:366 You also need to change the form `action` attribute in the `indexSuccess.php` template: 367 367 368 368 [php]