Skip to main content

Adding Buttons to your Templates

Add approval or payment buttons to your templates.

Written by Ronsy

You don't need to be an expert in HTML to add a nice looking button to your Estimate or Invoice templates. Just copy and paste the code for your selected color wherever you'd like it to appear on your template. 

You can click on each color to preview the button first.

Tip: You'll want to make sure you're in the HTML part of your template! 

 

Approve Bid

This button will allow your customer to approve the Estimate that you sent.

<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/VlPIkSE.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/KTaObBf.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/OJbW1go.png" width="90%"></a>

 

Approve Estimate

This button will allow your customer to approve the Estimate that you sent.

<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/73S7miv.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/QVr99Eg.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/uTnQypv.png" width="90%"></a>

 

Approve Quote

This button will allow your customer to approve the Estimate that you sent.

<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/sSLK30r.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/RVKyLsG.png" width="90%"></a>
<a href="_Estimate.ApproveURL_"><img src="https://i.imgur.com/QzArxkv.png" width="90%"></a>

 

Make a Payment

This button will allow your customer to make a payment on the Invoice that you sent.

<a href="_PayOnlineUrl_"><img src="https://i.imgur.com/T8cT6g4.png" width="90%"></a>
<a href="_PayOnlineUrl_"><img src="https://i.imgur.com/PD85Bka.png" width="90%"></a>
<a href="_PayOnlineUrl_"><img src="https://i.imgur.com/cD5pu0Q.png" width="90%"></a>
Did this answer your question?