~~~~~~~~~~~~ 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.

Reserve A Seat

More
11 years 4 months ago #33910 by jbarbieri
Reserve A Seat was created by jbarbieri
I have my HTML code in order for members/guests to "reserve a seat" at our meeting. But for some reason I can not get the email code to work correctly. Every time I test this, it opens my MS Outlook. I can't have that happen since no everyone uses Outlook. How do I get it to email me at my personal address (musicjeff@optonline.net) when they click on the "submit" button.

MANY THANKS in advance!
Jeffrey Barbieri (CC)
VP Of Membership
Speakers Corner #9616

If you need my code:

<p>&nbsp;</p>

<table align="center" border="0" cellpadding="3" cellspacing="1" width="400">
<tbody>
<tr>
<td><strong>Be Sure To Reserve Your Seat Today!</strong></td>
</tr>
</tbody>
</table>

<table align="center" border="0" cellpadding="0" cellspacing="1" width="400">
<tbody>
<tr>
<td>
<form action="send_contact.php" method="post" name="form1">
<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tbody>
<tr>
<td width="16%">Subject</td>
<td width="2%">:</td>
<td width="82%">&quot;Reserve My Seat&quot;</td>
</tr>
<tr>
<td>Comment</td>
<td>:</td>
<td><textarea cols="50" id="Comment" name="Comment" rows="4"></textarea></td>
</tr>
<tr>
<td>Name</td>
<td>:</td>
<td><input id="name" name="name" size="50" /></td>
</tr>
<tr>
<td>Email</td>
<td>:</td>
<td><input id="customer_mail" name="customer_mail" size="50" type="text" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><input name="Submit" type="submit" value="Submit" /> <input name="Submit2" type="reset" value="Reset" /></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
The topic has been locked.
More
11 years 4 months ago #33911 by Brian
Replied by Brian on topic Reserve A Seat
We do NOT support forms on FTH server we have no form to email scripts.
If you want to use a form you will need to host it on another site and iframe it onto your site.
The topic has been locked.
Time to create page: 0.117 seconds