--- Alexandra <[EMAIL PROTECTED]> wrote: > Thank you soooooo much for your help, you have no idea how much I > appreciate it, soon I am supposed to start working on a shopping cart > which I have never integrated before, and I am freaking out! LOL > > Here is the code for the form (they all have the same form with > different email addresses) this is the ones that comes back with the > anonimous: > > ""action="_vti_bin/shtml.exe/contact.html" > webbot-action="--WEBBOT-SELF--"> > <!--webbot > bot="SaveResults" S-Email-Format="HTML/UL" > S-Email-Address="[EMAIL PROTECTED]" B-Email-Label-Fields="TRUE" > B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="" > B-Email-Subject-From-Field="FALSE" S-Email-Subject="New Inquiry from > Alexandra Giamanco Photography" S-Date-Format="%A, %B %d, %Y" > S-Time-Format="%I:%M:%S %p" S-Builtin-Fields="Date Time" > U-Confirmation-Url="http://www.newdigitalmemories.com/th.html" > startspan --><input TYPE="hidden" NAME="VTI-GROUP" > VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->"" > > > This is also the one that whites everything in one line...even after I > typed in the "wrap command" not sure why? > > Thank you much, > Alexandra
The example you pasted in relies on server code known as FrontPage extensions. They are not very secure and most hosts are dropping them. Even Microsoft is dropping FrontPage. They have another WYSIWYG web tool but I don't recall the name. You are far better off working with standard HTML. The examples that I and others provided to you meet this requirement. Plus, for it to be relevant to this list, PHP should be involved. James
