~~~ Please read before posting. ~~~
Important: We need your Club Number at a minimum, and as many details as possible.
For further info please read
This page
before posting.
Adding a eMail Form in Custom Web Pages
- RogerM
-
Topic Author
- FreeToastHost Ambassador
-
- Thanks: 0
Adding a eMail Form in Custom Web Pages
12 years 3 months ago
You can add an email form in Custom Web Pages
Click on Launch Admin Console
Click on Custom Web Pages
Click on Create New Page
In the text editor screen, click on the Source button on the upper left corner
Paste the following into the text area:
<form action="MAILTO:vped-xxxxx@toastmastersclubs.org?subject=Speechcraft Registration" enctype="text/plain" method="post">
<h3>
Speechcraft Information Request</h3>
Please send me information on the Speechcraft course!<br />
<br />
Name:<br />
<input name="Name" type="text" /><br />
Title:<br />
<input name="Title" type="text" /><br />
Email:<br />
<input name="email" type="text" /><br />
Address 1:<br />
<input name="Address 1" type="text" /><br />
Address 2:<br />
<input name="Address 2" type="text" /><br />
City:<br />
<input name="City" type="text" /><br />
State:<br />
<input name="State" type="text" /><br />
Zip Code:<br />
<input name="Zip" type="text" /><br />
Phone Number:<br />
<input name="Phone" type="text" /><br />
Cell Number:<br />
<input name="Cell Phone" type="text" /><br />
Comments:<br />
<input name="Comments" size="40" type="text" /><br />
<br />
<input type="submit" value="Send" /> <input type="reset" value="Reset" /> </form>
<hr />
Click the source button to view what it will look like and make your modifications by clicking on the Source button again.
Make sure you change the mail text to the correct address and also change the subject and headers.
Click on Launch Admin Console
Click on Custom Web Pages
Click on Create New Page
In the text editor screen, click on the Source button on the upper left corner
Paste the following into the text area:
<form action="MAILTO:vped-xxxxx@toastmastersclubs.org?subject=Speechcraft Registration" enctype="text/plain" method="post">
<h3>
Speechcraft Information Request</h3>
Please send me information on the Speechcraft course!<br />
<br />
Name:<br />
<input name="Name" type="text" /><br />
Title:<br />
<input name="Title" type="text" /><br />
Email:<br />
<input name="email" type="text" /><br />
Address 1:<br />
<input name="Address 1" type="text" /><br />
Address 2:<br />
<input name="Address 2" type="text" /><br />
City:<br />
<input name="City" type="text" /><br />
State:<br />
<input name="State" type="text" /><br />
Zip Code:<br />
<input name="Zip" type="text" /><br />
Phone Number:<br />
<input name="Phone" type="text" /><br />
Cell Number:<br />
<input name="Cell Phone" type="text" /><br />
Comments:<br />
<input name="Comments" size="40" type="text" /><br />
<br />
<input type="submit" value="Send" /> <input type="reset" value="Reset" /> </form>
<hr />
Click the source button to view what it will look like and make your modifications by clicking on the Source button again.
Make sure you change the mail text to the correct address and also change the subject and headers.
The topic has been locked.
- SteveTheTechie
-
- Offline
- Administrator
-
- Posts: 11526
- Thanks: 3050
The topic has been locked.
- Brad Smith
-
- FreeToastHost Ambassador
-
- Thanks: 0
Re: Adding a eMail Form in Custom Web Pages
12 years 3 months ago
A bit of formatting can help beautify your form. This is what the form looks like on
our site
.
Here is the code and feel free to play with it. Ensure to alter the MAIL TO email address.
Here is the code and feel free to play with it. Ensure to alter the MAIL TO email address.
Code:
<div style="background-color:#E4E4E4; padding:2px 20px 50px 20px">
<form action="MAILTO:contact-????@toastmastersclubs.org?subject=Tell me more about your club" enctype="text/plain" method="post">
<h3>Got Goals?</h3>
Let's discuss how our Toastmasters speech club will help you meet and exceed your goals.<br /><br />
<div style="float:right; position:relative;">Name: <input name="Name" size="70" type="text" /></div><br />
<div style="float:right; position:relative;">Email: <input name="email" size="70" type="text" /></div><br />
<div style="float:right; position:relative;">Phone: <input name="Phone" size="70" type="text" /></div><br />
<div style="float:right; position:relative;">Comments: <input name="Comments" size="70" type="text" /></div><p><p/><br />
<options style="clear: right; color:#666666; float: left; font-size:9pt; margin-left: 90px; margin-top: 15px;">All fields optional</options>
<div style="float: right; margin-top: 10px;">
<input type="submit" style="background-color: #CAFFCA; border: 1px solid #B1B1B1; width: 115px;" value="Send" />
<input type="reset" style="background-color: #E4E4E4; border: 1px solid #B1B1B1; value="Reset" /></div>
</form>
</div>
The topic has been locked.
- skpreo
-
- Offline
- New Member
-
- Posts: 9
- Thanks: 0
Re: Adding a eMail Form in Custom Web Pages
11 years 9 months ago
Roger,
I just tried this form, but I get the message 'internet explorer stopped working' when I click submit button. Is there something to change?
I just tried this form, but I get the message 'internet explorer stopped working' when I click submit button. Is there something to change?
Alex Abraham ACS, ALB
President Assiniboine Winnipeg Toastmasters
Winnipeg, Manitoba, Canada
Area 11 Governor, District 64
419.toastmastersclubs.org/
President Assiniboine Winnipeg Toastmasters
Winnipeg, Manitoba, Canada
Area 11 Governor, District 64
419.toastmastersclubs.org/
The topic has been locked.
- jbarbieri
-
- Offline
- New Member
-
- Posts: 9
- Thanks: 1
Re: Adding a eMail Form in Custom Web Pages
11 years 6 months ago
My problem is the email portion of this. Is it required to use the @toastmastersclubs.org email account. Whenever I try to use my own private email address (musicjeff@optonline.net) it automatically opens MS Outlook. Just can't figure out how to get the form to send to my own personal email account.
The topic has been locked.
- RogerM
-
Topic Author
- FreeToastHost Ambassador
-
- Thanks: 0
Re: Adding a eMail Form in Custom Web Pages
11 years 6 months ago
Opening MS Outlook is a default setting in your default programs and has nothing to do with FTH.
Depending on your version of windows, you will need to go to your control panel and set your preferred program as your default.
Depending on your version of windows, you will need to go to your control panel and set your preferred program as your default.
The topic has been locked.
Moderators: Brian, Pam, rhtaylor3, marc33, NotLiable, jgavin, Lcala305, Heni, peterb323, DebbieT
Time to create page: 0.473 seconds
Copyright © 2025 FreeToastHost 3 Support. All Rights Reserved.