Haai! Welcome to my webshop. This is what I have for you atm.<br><br>
<form action="data:text/html,<form action='mailto:[email protected]'><hr>Please check and correct the information below then <input type='submit' value='email your order'> and transfer the exact amount to IBANNL44ABNA0842626158<hr><input type='hidden' value='order_for_jsfiddle_store' name='subject'><textarea style='width:100%;height:300px;border:0px' name='body'>" method="get" target="basket">
<input value="=========//===========?

ORDER:
" name="=" type="hidden">
<input value="	500" name="NewLine;Grand_Piano	" id="a" type="checkbox"><label for="a">Grand piano great condition 500 euro</label>
<br>
<input value="	10" name="NewLine;box_of_beans	" id="beans" type="checkbox"><label for="beans">box of canned beans 10 euro</label>
<br>
<input value="	400" name="NewLine;Toyota_Corolla	" id="toyota" type="checkbox"><label for="toyota">Toyota Corolla 2001 good as new 400 euro</label>
<br>
<input value="	20" name="NewLine;Fridge		" id="fridge" type="checkbox"><label for="fridge">moldy refrigirator 20 euro</label>
<hr>
<pre>
<br>Full name:	<input value="" name="NewLine;
Full_Name	">
<br>Street:		<input value="" name="NewLine;Street		">
<br>Postal Code:	<input value="" name="NewLine;Postal_Code;	">
<br>City:		<input value="" name="NewLine;City		">
<br>Country:	<input value="" name="NewLine;Country		">
</pre>
<input type="submit" value="validate">
</form>
<iframe src="about:blank" name="basket">
</iframe>
CSS
body { counter-reset: total;}
#input{visibility:hidden}
#a:checked{counter-increment: total 500;}
#beans:checked{counter-increment: total 10;}
#toyota:checked{counter-increment: total 400;}
#fridge:checked{counter-increment: total 20;}
iframe{width:100%;border:0px solid green;height:700px}
hr::after {content: "TOTAL: " counter(total) " euro "; }
label:active{background:pink}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.