|
jaybee -> RE: Forms and non-IE browsers (7/3/2008 19:25:20)
|
Looking at your code I see the following: <a href="mailto:domcaeruleus@stmdovernh.org?subject=Baptism Request"><INPUT TYPE=submit VALUE="Submit Form" name="Baptism_Form"><span style="text-decoration: none">
There is a mailto hyperlink immediately before the Submit button. IE appears to ignore this, possibly because it knows it's in the middle of a FP web bot, but Firefox and the other browsers will see it and act on it, opening up your mail client. I never use FP forms so don't know what effect this will have but give it a go, save your existing page first. Delete the bit of code I have shown BOLD. Make sure you only remove that bit, including the < and >. You'll need to use the code tab, you won't see it in design view. Test it out in both browsers and see what happens.
|
|
|
|