|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm extremely new to creating websites. Using frontpage to create an order form, but when we submit it, every field is saved to email. What do I add to the html to only send the field information that was entered?
Here is what I have so far. And why does it come up twice? Code:
<!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="myaddress@.com" b-email-label-fields="TRUE" b-email-replyto-from-field="TRUE" s-email-replyto="Email" b-email-subject-from-field="FALSE" s-email-subject="Order Form" s-date-format="%d %b %Y" s-time-format="%I:%M %p" s-builtin-fields="Date Time" u-confirmation-url="confirmation_ page.htm" startspan --> <strong>[FrontPage Save Results Component]</strong> <!--webbot bot="SaveResults" endspan i-checksum="6561" --> <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="myaddress@.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Order Form" S-Date-Format="%d-%b-%Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date Time" S-Form-Fields="your_email_address your_name email_subject_line required_fields Name Address Phone Payment_Option Delivery_Option First_Buyer Credit_For Other_Family TOTAL Comments "<input type="hidden" name="print_blank_fields" value="0"> U-Confirmation-Url="confirmation_ page.htm" --> Last edited by momof3 : August 20th, 2005 at 08:42 AM. Reason: sorry-that is why i'm extremely new to this-and asking questions |
|
#2
|
||||
|
||||
|
WebBots are CGI, not ASP. So what does this have to do with "nobody knows asp"?
And please, post your code inside [ code] blocks! Finally, please don't use FrontPage. Use something that gives you more control, such as Dreamweaver or VisualStudio (both can be had quite cheaply if you're still in full-time education) |
|
#3
|
||||
|
||||
|
yeah, this is not ASP nor code sample, moved to the general Programming Help forum.
|
|
#4
|
|||
|
|||
|
I'm doing this for school, trying to teach myself, and using forums such as this for help. School starts next week
|
|
#5
|
||||
|
||||
|
I'm really sorry, but what you posted has nothing to do with ASP... if you want good ASP tutorial you have http://www.w3schools.com the forums here are more for helping programmers with existing code, giving new ideas and solving problems.
|
|
#6
|
|||
|
|||
well thank you for your help |
|
#7
|
||||
|
||||
|
if you look for sending emails, you can do that using ASP language and CDO.NewMail component, here is pretty good and simple link:
http://www.motobit.com/tips/detpg_send-email-from-asp/ |
|
#8
|
||||
|
||||
|
ASP isn't a language
![]() |
|
#9
|
||||
|
||||
|
Quote:
you know exactly what I meant... ![]() |
|
#10
|
|||
|
|||
|
Okay-I've done some research, I'm a newbie, please forgive if I don't write this correctly. I'm still working on the frontpage order form to send only what was ordered, and not the whole list to the email i've designated. The code I found is
[<input type="hidden" name="print_blank_fields" value="0">] But is this the correct way to put it? Should it be written twice? [<!--webbot bot="SaveResults" s-email-format="TEXT/PRE" s-email-address="rileys319@msn.com" b-email-label-fields="TRUE" b-email-replyto-from-field="TRUE" s-email-replyto="Email" b-email-subject-from-field="FALSE" s-email-subject="Order Form" s-date-format="%d %b %Y" s-time-format="%I:%M %p" s-builtin-fields="Date Time" u-confirmation-url="confirmation_ page.htm" startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot bot="SaveResults" endspan i-checksum="6561" --><!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="rileys319@msn.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Order Form" S-Date-Format="%d-%b-%Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date Time" S-Form-Fields="your_email_address your_name email_subject_line required_fields Name Address Phone Payment_Option Delivery_Option First_Buyer Credit_For Other_Family TOTAL Comments" <input type="hidden" name="print_blank_fields" value="0"> U-Confirmation-Url="confirmation_ page.htm" --> found it at: http://www.scriptarchive.com/readme/formmail.html#form_config Last edited by momof3 : August 21st, 2005 at 05:13 PM. Reason: adding website |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > nobody knows asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|