Active
Project:
CCK Input Elements
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2010 at 14:52 UTC
Updated:
5 May 2011 at 15:56 UTC
Regarding the generated <form ..> element (Fieldgroup as form), could there be an option to:
<form name="myform">
<form name="myform" id="my_id">
<form name="myform" id="my_id_01"><form name="myform" id="my_id_01" onclick="process myScript(this.form)">
Comments
Comment #1
samuraisjakkie commentedYes this would be a good addition. found how to manually add the ID, but it is a static ID which will be used when the module is run.