PDA

View Full Version : Help please


Cathy
Sep-18-2008, 10:21 AM
I have created a form on the emailme site and put the link into the description box of the gallery created for it, but cannot get it to display the form correctly. Can anyone help please? The form is here:
http://phunphotos.smugmug.com/gallery/5974922_sFnTQ
Advanced thanks to any helpers.
Cathy

chuckinsocal
Sep-18-2008, 12:00 PM
Cathy,

It appears to me, and I could be wrong, that you are missing the part of the html that actually makes the form work. That code should start with
<form method="post" action ....

If you look at your html for your e-mail form you'll see what I mean.

Try going back to the emailme site and recopying the code and repasteing it into your site.

I hope this helps.

Cathy
Sep-18-2008, 06:41 PM
Thanks. I have tried that over and over again. The HTML given by the website doesn't start with <HTML>, so I even added that and still cannot get it to display right. Any other ideas??
Cathy
Cathy,

It appears to me, and I could be wrong, that you are missing the part of the html that actually makes the form work. That code should start with
<form method="post" action ....

If you look at your html for your e-mail form you'll see what I mean.

Try going back to the emailme site and recopying the code and repasteing it into your site.

I hope this helps.

Allen
Sep-18-2008, 06:43 PM
I have created a form on the emailme site and put the link into the description box of the gallery created for it, but cannot get it to display the form correctly. Can anyone help please? The form is here:
http://phunphotos.smugmug.com/gallery/5974922_sFnTQ
Advanced thanks to any helpers.
Cathy
Put the form code between html tags.

<html>
<form ...........
paste your form cod here.
...
..... <form>
</html>

After it's in when you hit edit it b0rks the code. You have to paste it in
entirely every time. Save it in a text file, edit there and paste whole thing in
each time. It looks like you hit edit and it's borked.