how do i create a sticky form with multiple fields? say
i want a form with:
name: [input field name]
address: [input field address]
country: [input field country]
[submit button]
and if a user presses the submit button it will show
exactly the same page with the fields that the user
has entered filled in with the values (s)he entered
(validation of the values will come later), and the
info of the form sent.
should i name all the values in the form separately
or should i use an array?
anybody got a simple example?
mike
i want a form with:
name: [input field name]
address: [input field address]
country: [input field country]
[submit button]
and if a user presses the submit button it will show
exactly the same page with the fields that the user
has entered filled in with the values (s)he entered
(validation of the values will come later), and the
info of the form sent.
should i name all the values in the form separately
or should i use an array?
anybody got a simple example?
mike
Comment