Welcome, Guest
Username: Password: Remember me
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 strikethrough 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.
  • Page:
  • 1

TOPIC:

Adding a eMail Form in Custom Web Pages 10 years 9 months ago #26000

  • RogerM
  • RogerM's Avatar Topic Author
  • Visitor
  • Visitor
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.
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 9 months ago #26006

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Bravo!!! B)
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 9 months ago #26025

  • Brad Smith
  • Brad Smith's Avatar
  • Visitor
  • Visitor
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.
<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.

Adding a eMail Form in Custom Web Pages 10 years 4 months ago #31087

  • skpreo
  • skpreo's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
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.

Adding a eMail Form in Custom Web Pages 10 years 1 month ago #33915

  • jbarbieri
  • jbarbieri's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
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 (This email address is being protected from spambots. You need JavaScript enabled to view it.) 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.

Adding a eMail Form in Custom Web Pages 10 years 1 month ago #33918

  • RogerM
  • RogerM's Avatar Topic Author
  • Visitor
  • Visitor
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.

Adding a eMail Form in Custom Web Pages 10 years 2 weeks ago #34378

  • Maxime1964007
  • Maxime1964007's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
I have created a custom web page from your source code. Everything looks fine however when I test it, a window from MS-Mail pops up with no information other than the to: e-mail adress and the subject box. See attachement.


Thank you in advance

Maxime Vachon
president Club Dynamique de Laval
3604.toastmastersclubs.org
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 2 weeks ago #34379

  • Maxime1964007
  • Maxime1964007's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
The attachments did not up-load on my previous reply.

Here they are:






Thank You in advance

Maxime Vachon
President Club Dynamique de Laval
3604.toastmastersclubs.org
Attachments:
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 2 weeks ago #34381

  • RogerM
  • RogerM's Avatar Topic Author
  • Visitor
  • Visitor
The submit button opens the default email form the user's computer. That would need to be set in the default programs.
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 2 weeks ago #34384

  • Maxime1964007
  • Maxime1964007's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
Sorry, I am pretty new at this. I was not clear enough. My point is: after Richard B. fills in the information (i.e. his e-mail adress, phone number and his question under the comment box, I would expect this information to show in the body of the e-mail within MS-Mail but nothing shows other than the subject. The body of the e-mail is empty. It would be annoying for the visitor to have to re-type the info he just entered.
Do you know why is the information, just entered by the visitor, not being embodied in the e-mail?

Thank You

Maxime Vachon
President Club Dynamique de Laval
3604.toastmastersclubs.org
The topic has been locked.

Adding a eMail Form in Custom Web Pages 10 years 2 weeks ago #34392

  • Maxime1964007
  • Maxime1964007's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
I do not understand why I can not see message #34385 on this forum as I received an e-mail from Steve The Techie last night referring message #34385 . Therefore this reply is for Steve.
I have added a few HTML lines. See bold text added in souce code on the picture attached.
When i save my custom web page, it gives me a success message however when I try it I still do not see the text body in my e-mail. When I re-open the source code, what I have added has dissapeared (for whatever reason not recorded) hence the reason why i can not see the body text when I try it. See picture.



Thank You in advance. Feedback is always apprciated as I am learning html the hard way.

Maxime Vachon
President Club Dynamique de Laval
3604.toastmastersclubs.org
Attachments:
The topic has been locked.

Adding a eMail Form in Custom Web Pages 9 years 3 weeks ago #48104

  • RomaBoy
  • RomaBoy's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
How do I make this page visible to visitors to our page?
Thom Holland, VPPR
Vista Sunrise Toastmasters (276)
The topic has been locked.

Adding a eMail Form in Custom Web Pages 9 years 3 weeks ago #48113

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Ok, this thread gets a lot of views, but there is a good bit of incorrect information and misconceptions that have been added to it over time. So, let me see if I can clear things up a bit... (I am the FTH system developer.)

1. This approach depends on using MAILTO:, and therefore may not always work. MAILTO: requires that an email client be defined and usable on the end user's computer. An "email client" is generally an email program that is usable when you are not using the internet (like MS Outlook). Generally, webmail is not an email client unless it has an extension program (e.g., Gmail Notifier) usable when not using the internet, or a browser that can route the email request to the appropriate webmail website (e.g., Chrome). Not every user will know how to set up an email client, so using an approach that depends on it is potentially unreliable.

In the future, I will probably add an internal MAILTO handler to intercept those links and handle them via code rather than depend on users having an email client installed.

2. *Never* put <!DOCTYPE>, <html>, <head>, <body> or anything similar (the end tags) into any web page content you create for FreeToastHost. I already handle those as part of the website template, and your web page content is inserted into the template by my code, so those things are already handled for you. If you ignore this, you will cause a web page bug and potentially mangle your website.

3. To provide additional defaults for the email, you just need to extend what is in the MAILTO for the form tag. You can add &body=mybodytext to supply the body text for the email. You can also provide a cc address this way, if desired. You will have to replace spaces with the space code %20 to make everything work, though, so this may be a good bit of effort.

3. If you choose to use this MAILTO approach anyway, you will need to create a new custom page, and make it public. If you are inserting html tags as in the above, make sure you switch to Source view in the editor first.

4. My opinion? I would recommend using Google Forms for a more flexible, easier to set up approach. Google Forms can also be embedded in a FTH web page. (I have seen it.)
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.
Last edit: by SteveTheTechie.
The topic has been locked.
  • Page:
  • 1
Moderators: Pamrhtaylor3jliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.045 seconds
Powered by Kunena Forum