Hi,
I have installed a HTML landing page on a wordpress page but the form is not working.
this is the code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Here is the problem i think because it redirects to my site/page/index.php. and the index.php is wrong:
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" id="myform" class="expose" >
Anyone know how to fix this?
Thank you