Contact Us
General
About using help
Help index
Common questions and problems
User Guides
How to insert our tools into your web site
Making the web pages match your site
color scheme
template
ForumBoard Builder
Registration System Illustrated Example Usage
Registration System User Guide
Image Store User Guide
Password Protector
Multi Poll Survey Builder
Registration Payment Service FAQ
Email Any Form Service
What is a CSS stylesheet?
Tips and Tricks
Password Protecting a Blogger or Blogpot Blog
Increasing security
Switching off CAPTCHA (form image verification)
Getting rid of the www.poppydog.com url
Hiding the toolbar
How to post a voting poll in your forum
Providing a template which is different for each tool
Specifying colors for your Visitor Tracker
URL Encoder tool
We provide two tools which enable you to protect your web pages, which one should you use?
Finding the invoice number for a PayPal transaction
Help for beginners
Inserting lines into the Head section
Viewing HTML source Code
Creating a link in your web page

PoppyDog Help Center

Email Form Service - Email Any Form

What does it do?

You can use 'Email Any Form' to email a form that you have created on your own, without using the built in Form Builder tool that comes with the Email Form Service

How does it work?

The form will be emailed to you in a relatively simple format consisting of the name/value pairs of the input fields in the form.

Example

Lets say these are your form input fields:

<input type="text" name="comments">
<input type="checkbox" name="favorite_color" value="red">
<input type="checkbox" name="favorite_color" value="blue">

and this is what the form looks like when a website visitor submits it:

Any Comments:


What colors do you like:
red blue

This is what the email will look like:

comments
I think your website is great, thanks!

favorite_color
red,blue

How do I use it?

You simply replace the <form> tag with some tags that we give you. The form will then be emailed to you when it is submitted

Also

  • the spam filter will be applied to the submitted forms
  • as well as being emailed to you, the form submissions will be backed up in the database
  • uploads are not currently supported with Email Any Form