Is there a way to add to the
code a attribute of name?

Example I want it to add

Comments

DrupalKing’s picture

Sorry, exampe is I want to add name="something" to the <form> tag. So <form name="something" ...>

quicksketch’s picture

Webform does not provide an ability to do this through the interface, though you could hook_form_alter() the form in a custom module.

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity.