Hello,
"it is possible to have both buttons...form but are not placing ok."
There several ways to achieve this, via
Css
(see this example) or by using the
override view
.
"Can i have ip of sender in form received on email?"
Yes, it's possible, you have a php command in order to get the IP : hikashop_getIP, that you can use directly in your "html email"
Code Scheme :
<?php
echo hikashop_getIP;
?>
=> This will display the IP, and so you have to add this in your administrator notification email.
"
Can I have captcha to prevent spams?"
=> You can use the
reCaptcha
plugin
But note that it won't be 100% to prevent all spam.
Regards