Parabellum1905y / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

use of array names in forms results in wrong output #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create select boxes with an array name i.e. name="dropdown[]"
2. submit form

What is the expected output? What do you see instead?
- expected to get an POST array for 'dropdown' on the server side.
- a splitted array with the values and names of options split up.

What version of the product are you using? On what operating system?
- v0.5

Please provide any additional information below.
- This probably is caused by the suffix 'ufd-' used on the UFD input box
and can be solved by using a prefix in stead of a suffix.

Original issue reported on code.google.com by tjeerd.m...@gmail.com on 3 May 2010 at 2:55

GoogleCodeExporter commented 8 years ago
Thanks for reporting, has been fixed in trunk already; see issue:

http://code.google.com/p/ufd/issues/detail?id=13&can=1&q=suffix

Original comment by thetoolman on 6 May 2010 at 11:05