Jun 9th, 2011, 6:24 AM
Hi Khalid,
Change this line in the PHP:
to this:
That will fix the submit problem.
The reset should be fine though... type="reset" is just an HTML thing: it should tell the browser to empty the fields. Strange...!
- Ben
Change this line in the PHP:
PHP Code:
"submit_button" => "submit_button_name_attribute",
to this:
PHP Code:
"submit_button" => "envoyer",
That will fix the submit problem.
The reset should be fine though... type="reset" is just an HTML thing: it should tell the browser to empty the fields. Strange...!
- Ben