Hi there!
I was wondering about this myself--say my mailer php file (dd-formmailer.php) is located in:
dd-formmailer[1] folder-->dd-formmailer folder-->dd-formmailer.php
On my coding I used those exact folders for example on my php page that I want the form to show up on:
Code:<?php include('http://www.mysite.ca/dd-formmailer[1]/dd-formmailer/dd-formmailer.php'); ?>
Is that wrong?

