~~~~~~~~~~~~ IMPORTANT INFORMATION -- Please read! ~~~~~~~~~~~~

1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the [strike]strikethrough[/strike] member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.

Adding a eMail Form in Custom Web Pages

  • RogerM
  • Topic Author
  • Visitor
  • Visitor
12 years 1 month ago #26000 by RogerM
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" />&nbsp;</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.
More
12 years 1 month ago #26006 by SteveTheTechie
The topic has been locked.
  • Brad Smith
  • Visitor
  • Visitor
12 years 1 month ago #26025 by Brad Smith
Replied by Brad Smith on topic Adding a eMail Form in Custom Web Pages
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.
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&#39;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>
Attachments:
The topic has been locked.
More
11 years 7 months ago #31087 by skpreo
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?

Alex Abraham ACS, ALB
President Assiniboine Winnipeg Toastmasters
Winnipeg, Manitoba, Canada
Area 11 Governor, District 64
419.toastmastersclubs.org/
The topic has been locked.
More
11 years 4 months ago #33915 by jbarbieri
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
  • Visitor
  • Visitor
11 years 4 months ago #33918 by RogerM
Replied by RogerM on topic Adding a eMail Form in Custom Web Pages
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.
The topic has been locked.
Time to create page: 0.104 seconds