I am making a delivery-form; I want that when I press a button the entire site will be captured and will be sent to a predefined email address. Is this possible to do?
If so, how?
This is the site http://finefoodandwine.nl/Restaurant-Veldhoven/bestelformulier.php
I also need to make that the buttons only appear when all the name and address details are filled in, but that’s for later concern.
This is not possible.
You need to process the data that the user has inserted into the form and send it away with PHP.
You can use the mail functions within PHP
http://php.net/manual/en/function.mail.php