PC Review


Reply
Thread Tools Rate Thread

returned info/forms

 
 
=?Utf-8?B?amFtZXM=?=
Guest
Posts: n/a
 
      8th Mar 2004
when a client fills out and submits a form,the info is sent perfect only is there a way that only allows what theve selected to be sent.theres alot of items to select through drop down boxes only the other selections are sent als
exampl
toys:toys -no selection made but sen
colors:red -selecte
size:size -no selection made but sent
 
Reply With Quote
 
 
 
 
Tom Pepper Willett
Guest
Posts: n/a
 
      8th Mar 2004
No. That's how the FP forms to email functions.
--
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/fron...o/default.mspx
http://msdn.microsoft.com/frontpage
-----
"james" <(E-Mail Removed)> wrote in message
news5A5D28C-24DB-4511-B743-(E-Mail Removed)...
> when a client fills out and submits a form,the info is sent perfect only

is there a way that only allows what theve selected to be sent.theres alot
of items to select through drop down boxes only the other selections are
sent also
> example
> toys:toys -no selection made but sent
> colors:red -selected
> size:size -no selection made but sent



 
Reply With Quote
 
Jon
Guest
Posts: n/a
 
      8th Mar 2004
James,
That is the right answer - sorry. If you need this functionality you would
need to look at some kind of server side scripting - what you're wanting is
very easy to do but we'd need to know what kind of script your host supports
asp/php etc.

Jon
Microsoft MVP - FP

james wrote:
> Thank You/Question Answered



 
Reply With Quote
 
=?Utf-8?B?amFtZXM=?=
Guest
Posts: n/a
 
      8th Mar 2004
Asp host http://www.net1media.com/hosting.html
 
Reply With Quote
 
Jon
Guest
Posts: n/a
 
      8th Mar 2004
Ok, easy then - do something like this
<%
if request.form <> "" then
for i = 1 to request.form.count
if request.form.item(i) <> "" then
strBody = strBody & request.form.key(i) & " = " & request.form.item(i) &
vbcrlf
end if
set oMail=server.createobject("cdonts.newmail")
oMail.send "(E-Mail Removed)", "(E-Mail Removed)", "Form Submitted", strBody
set oMail=nothing
response.write "thanks for your form"
else
%>
....your form
<%end if %>

Jon


james wrote:
> Asp host http://www.net1media.com/hosting.html



 
Reply With Quote
 
=?Utf-8?B?SmFtZXM=?=
Guest
Posts: n/a
 
      8th Mar 2004
where do i paste this/under the head?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Forms List Box Double Click and Passing Info among forms Rogério Microsoft Access Form Coding 1 11th Aug 2008 05:15 PM
DB with Info Path forms =?Utf-8?B?cHVycGxl?= Microsoft Access Forms 3 24th Jul 2007 02:54 PM
how do I create forms where questions can be answered and returned =?Utf-8?B?R29kemZhdm9y?= Microsoft Word Document Management 2 24th Oct 2005 05:20 PM
Info across two forms crowdata Microsoft Access Forms 0 1st Sep 2004 11:11 PM
Carrying over info in my forms? Jolene Microsoft Access Getting Started 3 22nd May 2004 08:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:25 PM.