Title: Button Attributes
Last modified: July 23, 2019

---

# Button Attributes

 *  Resolved [litlbitl](https://wordpress.org/support/users/litlbitl/)
 * (@litlbitl)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/button-attributes/)
 * Hi!
 * I use this plugin on my site, mostly for “Ask for mor details” type of button
   for many products in store. When user clicks the button a mailto: function is
   triggered. What I need to do now is somehow include the url of this specific 
   page or product id in the mail title, so when a mail gets to us we know exactly
   on what page it was clicked. How can this be done? Thanks a lot for your support!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * (@basszje)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/button-attributes/#post-11759999)
 * If I understand correctly you want to pass extra information in the mailto: link?
   
   You can check here what you can include there – [https://developer.yoast.com/guide-mailto-links/](https://developer.yoast.com/guide-mailto-links/)
 * If you want to include something dynamic you’ll have to use the shortcode in 
   your templates, like so:
 * <?php do_shortcode(‘[maxbutton id=x url=x]’); ?>
 * The URL you should generate via PHP and then put there.
 * Perhaps there are some plugins that can handle this for you, but I’m not aware
   of that.

Viewing 1 replies (of 1 total)

The topic ‘Button Attributes’ is closed to new replies.

 * ![](https://ps.w.org/maxbuttons/assets/icon-128x128.png?rev=1378636)
 * [MaxButtons - Create buttons](https://wordpress.org/plugins/maxbuttons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/maxbuttons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/maxbuttons/)
 * [Active Topics](https://wordpress.org/support/plugin/maxbuttons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/maxbuttons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/maxbuttons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bas Schuiling](https://wordpress.org/support/users/basszje/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/button-attributes/#post-11759999)
 * Status: resolved