Form problem

J

jwibb

hi,

I'm having trouble with a page I set up to collect e-mail addresses
from visitors to my site. The page is a very simple .htm page with one

form that allows a visitor to enter their e-mail address and then
submit. The page was created with Frontpage 2003. The url is
www.2globalmarkets.com/2GMPages/12FreeIssues.htm


Some of the time the e-mail address shows up in the _private folder on
the server side in the form_results.csv file and some times it does
not. Also I set the form to send the e-mail address (via Email
results) to one of my e-mails and that is hit or miss also. Some times

it works and some times it does not.


I have reinstalled Frontpage extensions on the server side a number of
different times to no avail.


Would appreciate any help.


Thanks,
Wibbs
 
S

Stefan B Rusynko

Try replacing your 2 image buttons (which have no form action) with
<input type="submit" value="Submit" name="B1">
<b><font size="4" color="#000080">to finish.&nbsp; Thanks!</b><br>
<input type="reset" value="Reset" name="B2">

Which Replaces:
<input border="0" src="../images/Submit32.jpg" name="I1" width="108" height="38" type="image">
<b><font size="4" color="#000080">to finish.&nbsp; Thanks!<br>
</font><font color="#000080"><br>
</font><font size="4" color="#000080">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="12FreeIssues.htm">
<img border="0" src="../images/Reset10.jpg" width="108" height="38"></a>

PS
Also remove the check from Form Field Name in the Email tab of you form properties (since you are not using a form field for the
subject)
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| hi,
|
| I'm having trouble with a page I set up to collect e-mail addresses
| from visitors to my site. The page is a very simple .htm page with one
|
| form that allows a visitor to enter their e-mail address and then
| submit. The page was created with Frontpage 2003. The url is
| www.2globalmarkets.com/2GMPages/12FreeIssues.htm
|
|
| Some of the time the e-mail address shows up in the _private folder on
| the server side in the form_results.csv file and some times it does
| not. Also I set the form to send the e-mail address (via Email
| results) to one of my e-mails and that is hit or miss also. Some times
|
| it works and some times it does not.
|
|
| I have reinstalled Frontpage extensions on the server side a number of
| different times to no avail.
|
|
| Would appreciate any help.
|
|
| Thanks,
| Wibbs
|
 
J

jwibb

thanks. the form_results.csv file seems to be working fine now.
However, the form still will not send email results. Do you have any
ideas to fix?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top