Page 1 of 1
Checked form control in layout grid. php or .html page?
Posted: Sat Feb 09, 2019 9:21 pm
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
Re: Checked form control in layout grid. php or .html page?
Posted: Sat Feb 09, 2019 9:43 pm
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
Re: Checked form control in layout grid. php or .html page?
Posted: Sun Feb 10, 2019 10:59 am
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
Re: Checked form control in layout grid. php or .html page?
Posted: Sun Feb 10, 2019 11:20 am
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
Re: Checked form control in layout grid. php or .html page?
Posted: Sun Feb 10, 2019 5:58 pm
by JimmyMeatWhistle
Thank you.
Steve