Forums

Button with ID?

Fredolino 01 Oct, 2022
Hi,
Can I add an ID to a button?
Where can I find this?

F.
GreyHead 02 Oct, 2022
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
Colnem 03 Oct, 2022
Answer
1 Likes
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
You need to login to be able to post a reply.