Closed (works as designed)
Project:
Webform
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2008 at 09:12 UTC
Updated:
21 Mar 2008 at 20:53 UTC
Hi,
after cloning a fieldset the children have the same name as the original fields, would be nice to autorename the cloned fields maybe like this:
field_original -> field_original_2 -> field_original_3
regards pebosi
Comments
Comment #1
quicksketchThis is intentional for a couple reasons. Mostly it's more helpful to have the same keys for everything except the fieldsets themselves. This way you could do looping validation or submission code.