Page 1 of 1

PROB:LayoutGrid as Form does not work

Posted: Sat Feb 02, 2019 10:15 pm
by terryfoster60
I have created a layoutgris as form and put controls on it.
It looks great on screen but it seems to stop there.
When you click on submit, the called php opens up on screen and stops there.
On another page I use the standard form control and the same script - it works.
The problem is that I can not control the placement of a standard form on the screen.,

I have tried a standard layoutgrid with an embedded page control linking to a form page.
This works technically but there is no control where the form is on the page.

Does anyone have forms that work which move according to the layout.

Thank you

Terry

Re: PROB:LayoutGrid as Form does not work

Posted: Sun Feb 03, 2019 12:52 am
by fiik
Hi Terry,

did you remember to set the page properties file extension to php?

Re: PROB:LayoutGrid as Form does not work

Posted: Sun Feb 03, 2019 8:26 am
by Pablo
Maybe this will be helpful?
viewtopic.php?f=10&t=32967

Re: PROB:LayoutGrid as Form does not work

Posted: Sun Feb 03, 2019 11:49 am
by terryfoster60
I had my brother who is a programmer (in a different language) and we methodically found out that it was the php causing an error and not reporting it on screen.
The form we found IS working and sorted now.

Thank you for the feedback.

Terry