Page 1 of 1

Dialog with Form gives errors on page when published

Posted: Wed Oct 18, 2023 1:49 am
by Hackermeister
I have tried to create a Dialog with a Form today and it gives me a bunch of errors when I run it from published site. It runs fine, except the PHP part, when in preview. I have several other forms (no dialog) that works fine but this one I just can't get to work.

I have created a simple test site where I have cut it down to almost nothing. Still having same issue. Tried several ways of form processing but no difference. Any idea ?

Image

Here's link to test site
https://www.innovision-systems.com/Simp ... index.html

Here's the stripped down project
https://www.innovision-systems.com/Simp ... ogForm.wbs

Thanks in advance for any assistance.

Re: Dialog with Form gives errors on page when published

Posted: Wed Oct 18, 2023 2:15 am
by crispy68
If you are using a form, you need to set the page extension to .php and not .hrml.

Re: Dialog with Form gives errors on page when published

Posted: Wed Oct 18, 2023 3:46 pm
by Hackermeister
Of course !

Thank You!