Hello
I have created a machforms folder and all is working well.
http://mydomain/machforms/index.php
So I decided to create a directory alongside it. Let me call it 'brian'
I created an index.php page in the directory brian and pasted in the advanced form code.
http://mydomain/brian/index.php
The form accepts all the data and appears to work.
However the resultant email sent has paths http://www.mywebsite.com/brian/download.php?q=the secure code for the file==
Not as it should be (based on if I had used the view form from the admin area)
http://www.mywebsite.com/machforms/download.php?q=the secure code for the file==
Yes the easy solution would be to put my index.php renamed into my machforms folder but this is not ideal. as I wish to keep forms apart in individual folders.
Any thoughts?
