Hello,
I made a form with the wizard edit, and mails are not sent the form on the website. Yet when I test using the form by clicking on "Frontend view" in administration, emails are sent.
D you have an idea about error ?
Many thanks...
Seb
I made a form with the wizard edit, and mails are not sent the form on the website. Yet when I test using the form by clicking on "Frontend view" in administration, emails are sent.
D you have an idea about error ?
Many thanks...
Seb
Hi Seb,
How are you showing the form on the site? The Frontend view is in the frontend so the form is working OK. Is it submitting at all? What exactly happens when you click submit?
Bob
How are you showing the form on the site? The Frontend view is in the frontend so the form is working OK. Is it submitting at all? What exactly happens when you click submit?
Bob
Hi Seb,
The form isn't submitting because the Joomla! SEF URLs are breaking the form action url - there is also a different domain name in there which is odd. [code<form action="http://www.xn--photoarienne-geb.be/?chronoform=contact&event=submit" . . .[/code]
Please see this FAQ
It also looks as though you have the form inside <p></p> tags which is technically illegal HTML and will prevent the form from working in some versions of IE.
Bob
The form isn't submitting because the Joomla! SEF URLs are breaking the form action url - there is also a different domain name in there which is odd. [code<form action="http://www.xn--photoarienne-geb.be/?chronoform=contact&event=submit" . . .[/code]
Please see this FAQ
It also looks as though you have the form inside <p></p> tags which is technically illegal HTML and will prevent the form from working in some versions of IE.
Bob
This topic is locked and no more replies can be posted.