I have an active form here Linky
enter in the first field then click submit
You see the way that page isnt in keeping with the design of the main form and the form which appears once you have entered it all properly.
Where do u edit the code to show that page in the same layout?
i only can find access to change the layout of the submit form.
Form Layout when fields arent entered problem
-
buntrosgali
- Forum Members

- Posts: 167
- Joined: Thu Apr 17, 2008 9:02 pm
-
vilkis
Re: Form Layout when fields arent entered problem
the form is on http://www.cv-wow.com/
but after submit it goes to http://89.21.3.150/~cvw10000/index.php
Maybe the issue is there?
Vilkis
but after submit it goes to http://89.21.3.150/~cvw10000/index.php
Maybe the issue is there?
Vilkis
-
buntrosgali
- Forum Members

- Posts: 167
- Joined: Thu Apr 17, 2008 9:02 pm
Re: Form Layout when fields arent entered problem
i see that but i cant find out why it is going to that page 
-
vilkis
Re: Form Layout when fields arent entered problem
check config.php
I think you have
$config['root_url'] = http://89.21.3.150/~cvw10000/
change it to http://www.cv-wow.com/
Vilkis
I think you have
$config['root_url'] = http://89.21.3.150/~cvw10000/
change it to http://www.cv-wow.com/
Vilkis
-
vilkis
Re: Form Layout when fields arent entered problem
I have looked at the source of your web page. Did you place the template of page into content?!?
Vilkis
Vilkis
-
buntrosgali
- Forum Members

- Posts: 167
- Joined: Thu Apr 17, 2008 9:02 pm
Re: Form Layout when fields arent entered problem
i placed the {cms_module module='FormBuilder' form='finalform2'} in the 1st page of the site inside a table


-
vilkis
Re: Form Layout when fields arent entered problem
Place your table in template (one should include {content} instead {cms_module.... })
Then place {cms_module.... } in your page only (and don't forget assign your template to page).
Vilkis
Then place {cms_module.... } in your page only (and don't forget assign your template to page).
Vilkis
