Page 1 of 1
Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 10:56 am
by buntrosgali
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.
Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 12:50 pm
by vilkis
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
Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 2:28 pm
by buntrosgali
i see that but i cant find out why it is going to that page

Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 3:05 pm
by vilkis
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
Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 3:21 pm
by vilkis
I have looked at the source of your web page. Did you place the template of page into content?!?
Vilkis
Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 3:32 pm
by buntrosgali
i placed the {cms_module module='FormBuilder' form='finalform2'} in the 1st page of the site inside a table

Re: Form Layout when fields arent entered problem
Posted: Thu Jun 12, 2008 4:09 pm
by vilkis
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