Development

#4202 (Text says form method, it should be form action)

You must first sign up to be able to contribute.

Ticket #4202 (closed documentation: fixed)

Opened 4 months ago

Last modified 3 months ago

Text says form method, it should be form action

Reported by: GaryFx Assigned to: fabien
Priority: minor Milestone: 1.1.2
Component: other Version: 1.1.0
Keywords: Cc:
Qualification: Unreviewed

Description

In chapter one of the forms book, there's a line saying:

You can change the form method in the indexSuccess.php template by changing the form method attribute:

but what's actually changed is the action, specifically the parameter to url_for changed from 'contact/submit' to 'contact/index'. So it should read:

You can change the form's action in the indexSuccess.php template by changing the form action attribute:

Though as I think about it, this section is awkward because it's mixing two meanings of 'method', the http 'GET/POST meaning' and the PHP 'method of a class' meaning.

Change History

08/19/08 17:12:04 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

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

08/19/08 17:12:20 changed by fabien

  • milestone set to 1.1.2.