Foxfire Browser and fp forms

M

Mstar

you might want to add a confirmation page to the form. I have different sites
with FP generated forms that are working fine on browsers like FF or Opera
 
S

Stefan B Rusynko

FP forms do not support use of a hidden field for an action as in your
<input type="hidden" name="recipient" value="[email protected]">
- remove it and the Email address in Form Properties Options
or the attribute encType="x-www-form-urlencoded" (remove it)

And do not wrap the submit/reset buttons in hyperlinks as in
<a href="http://"><input type="submit" value=" Submit Information " name="Submit"></a>
- remove the invalid hyperlinks



| Hi:
|
| Is front page forms compatible with firefox browsers? I am getting an alert
| message that reads "The url is not valid and cannot be loaded". when I go to
| submit a form. The form is located at
| http://www.salisburyhomes.com/mdrealestate.html.
| Does anyone know what is causing this message?
|
| thanks!
| jerrie
 
Top