<section>
<h3>Actions</h3>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button big">Big</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button special fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button special fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
</ul>
Hi all, Basically I am using a template with the above code for displaying buttons. I would like to know if anyone has a way of sending me the value of a button when someone presses it.
Let's say user X presses Button that says 123 , I only want to know that button 123 was pressed. So far I can only think of making a form and using php mail to send this. But if there is an option to just send the button values I'd like to know.
Thanks in advance