Jump to content

Recommended Posts

Posted

I think you're going to have to provide a bit more information.

 

What kind of form are you using? Did you write it yourself? What language? PHP? JSP? JavaScript?

 

Can you provide a code sample of the part you can't get to work?

 

Your question is too vague to get any kind of knowledgeable response.

 

But reply with answers to some of these questions and I'm sure that somebody will be able to help you.

 

Oh, and BTW, welcome to the TCH forums.

Posted
I think you're going to have to provide a bit more information.

 

What kind of form are you using? Did you write it yourself? What language? PHP? JSP? JavaScript?

 

Can you provide a code sample of the part you can't get to work?

 

Your question is too vague to get any kind of knowledgeable response.

 

But reply with answers to some of these questions and I'm sure that somebody will be able to help you.

 

Oh, and BTW, welcome to the TCH forums.

Here is my website. nicholslandinghomeowners.com I used FrontPage to design it. According to FrontPage, here is the reason Saving Form Results to E-Mail will not work unless either the "SMTPHost" or "SendmailCommand" server configuration parameters are set. Could someone help?

Posted

This is just a simple form in html and dutch so I wil ltry to change and give a few pointers it is frontpage compatible....

I use it as contact form for my cattery

 

<form method="POST" enctype="text/plain" action='mailto:email@email.com?subject=Kittens'>

<p><strong> what do you want to ask?</strong></p>

<dl>

<dd>

<input type="radio" name="MessageType" value="kittens">Kittens

<input type="radio" name="MessageType" value="main">Main

<input type="radio" name="MessageType" value="main2">Main2

</dd>

</dl>

 

<p><strong>Subject </strong></p>

<blockquote>

<p><input type="text" size="26" maxlength="256" name="Subject"></p>

</blockquote>

 

<p><strong>Text here.<br> Enter your comments in the space provided below:</strong></p>

<dl>

<dd><textarea name="Comments" rows="5" cols="42"></textarea></dd>

</dl>

<p> </p>

<dl>

<dd>

<table>

<tr>

<td>Name</td>

<td>

<input type="text" size="35" maxlength="256" name="Username"></td>

</tr>

<tr>

<td>E-mail</td>

<td>

<input type="text" size="35" maxlength="256" name="UserEmail"></td>

</tr>

</table>

</dd>

</dl>

<p><input type="submit" value="Submit Comments">

<input type="reset" value="Clear Form"></p>

</form>

 

 

Just copy form, paste in frontpage in the code view, and adjust to your needs in the design view if you wish.

My main rule if you stay of any of the coding it works :)

Make sure to change the email addy to your own. Marked in red on this forum

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...