Closed (fixed)
Project:
Webform
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2011 at 15:05 UTC
Updated:
8 Dec 2011 at 03:02 UTC
Is there a way to add to the
code a attribute of name?
Example I want it to add
Comments
Comment #1
DrupalKing commentedSorry, exampe is I want to add name="something" to the
<form>tag. So<form name="something" ...>Comment #2
quicksketchWebform does not provide an ability to do this through the interface, though you could hook_form_alter() the form in a custom module.
Comment #3
quicksketchClosing after lack of activity.