Contact Us
Help index
Video Tutorials
Inserting the Registration System into a web site
User Guides
ForumBoard Builder
Registration System Illustrated Example Usage
Registration System User Guide
Image Store User Guide
Password Protector
Registration Payment Service FAQ
Email Form Service - using it to email a pre-existing form.
Tips and Tricks
Embedding code into Office Live
Password Protecting a Blogger or Blogpot Blog
Increasing security
Switching off CAPTCHA (form image verification)
Hiding the toolbar
How to post a voting poll in your forum
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
yola specific help
How to get the url of a web page created in yola

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