Embedded Subscription Forms
Subscription forms can easily be added to your website using a line of code. You can use the PHP include listed below, or embed the actual HTML. Remember, you can also direct subscribers to the Default Subscribe Form.
Mini Subscription Form
This prints a form which prompts for a user's email address. If the inputted email exists as a registered subscriber, it redirects to the subscriber update page. If not, it redirects to the the default subscription form.
PHP: include('/hsphere/local/home/iceburg/try.pommo.org/embed.miniform.php');
Full Subscription Form
This prints the entire subscription form.
PHP: include('/hsphere/local/home/iceburg/try.pommo.org/embed.form.php');
Your Site