Developer Support »

Can the script be placed in a subfolder?  (See more user questions)

Good stuff, !

Sure, you can put the script anywhere you like, so long as you change the
form action accordingly.

Suppose the script is here:

www.yoursite.com/scripts/formtoemailpro.php

The form action (in your form HTML code) would be:

<form action="/scripts/formtoemailpro.php" method="post">

...or you can put in the full (absolute URL) like so:

<form action="http://www.yoursite.com/scripts/formtoemailpro.php"
method="post">

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Saturday, November 13, 2010 1:03 AM
Subject: RE: FormToEmail-Pro - Security Question?

>
> Charles,
>
> Can the formtoemail.php be placed into a subfolder...? (installed at:
> example.com)
>
> I wanted to put elsewhere than my root folder (and keep the contact form
> on
> root folder level).
>
>
> I have installed and works great!
>
> And was very easy to install, that even a real estate agent can do it...
> :)