I am new to Joomla and I am struggling to get a form going. I created the form using the editor of an Extra Field. Now in the form I am calling the action php file:
<form action="email1.php" method="post" class="form-horizontal">
Unfortunately, nothing is happening and I suspect that I put the php file in the wrong directory. Looking at the file manager I have no idea where to put the php file. Can anybody tell me where I have to copy the php file to so that the editor can find it?