Checked form control in layout grid. php or .html page?

Issues related to forms.
Post Reply
JimmyMeatWhistle
 
 
Posts: 14
Joined: Thu Dec 28, 2017 5:31 pm

Checked form control in layout grid. php or .html page?

Post by JimmyMeatWhistle »

While working with a layout grid, if you check the enable check box in the Form control and then build your form, must you then change your page extension from "html" to "php". The reason I ask is that I see many contact sections on home pages, many of which have the html extension.

Regards,

Steve
User avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Checked form control in layout grid. php or .html page?

Post by Pablo »

If you enable the built-in (PHP) form script then the the page extension should be PHP.
If you use an external script (processed on a different page/server) then it can be HTML
JimmyMeatWhistle
 
 
Posts: 14
Joined: Thu Dec 28, 2017 5:31 pm

Re: Checked form control in layout grid. php or .html page?

Post by JimmyMeatWhistle »

Hello Pablo,

By external script that can be put on an HTML page/server, is there some script that can be used within WB14? If not, where would I look for such a script?

Regards,

Steve
User avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Checked form control in layout grid. php or .html page?

Post by Pablo »

Any (valid) form script can be used.
However, in most cases the built-in script is sufficient.

Example:
http://wysiwygwebbuilder.com/forms_php.html
JimmyMeatWhistle
 
 
Posts: 14
Joined: Thu Dec 28, 2017 5:31 pm

Re: Checked form control in layout grid. php or .html page?

Post by JimmyMeatWhistle »

Thank you.

Steve
Post Reply