Hi,
Can I add an ID to a button?
Where can I find this?
F.
Hi Fredolino,
You can do this in CFv7 either by creating it with Custom HTML, or by using JavaScript to add the ID to a standard button.
Bob
With CF7, you can also add an id or a class in the Button View
Behaviors/Interface/HTMLTag Attributes
Then, Add Custom HTML Tag Attribute: Attribute Name = id, Attribute Value = your_id