I am currently working with a calculator that calculates price value and at the same time submit form fields to my email in one button click. Working in JavaScript/jQuery and HTML. Any other way than using mailto:?
Calculation already working with
go=$('button');
go.click(function(){
//Bunch of code here
});
Got no clear solutions from researching through web so I tried to ask here.