form doesn't submit with netscape -

G

GStone

When I publish a form, I can submit a response correctly when using internet
explorer. However, when I try to submit from netscape ms outlook pops up to
compose an email. How do I fix this problem?
 
R

Ronx

As I thought, a mailto: wrapped around the submit tag.

Near the end of the form, in Code view, Change:

<a href="mailto:[email protected]">
<input type="submit" value="Submit to CallawayMall.com"
tabindex="22" style="font-weight: bold" name="CMcFundraising"></a>

to

<input type="submit" value="Submit to CallawayMall.com"
tabindex="22" style="font-weight: bold" name="CMcFundraising">

and the form should send to email in all browsers.
 

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