Form Layout when fields arent entered problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Form Layout when fields arent entered problem

Post 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.
vilkis

Re: Form Layout when fields arent entered problem

Post 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
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Form Layout when fields arent entered problem

Post by buntrosgali »

i see that but i cant find out why it is going to that page ???
vilkis

Re: Form Layout when fields arent entered problem

Post 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
vilkis

Re: Form Layout when fields arent entered problem

Post by vilkis »

I have looked at the source of your web page. Did you place the template of page into content?!?

Vilkis
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Form Layout when fields arent entered problem

Post by buntrosgali »

i placed the {cms_module module='FormBuilder' form='finalform2'} in the 1st page of the site inside a table


Image
vilkis

Re: Form Layout when fields arent entered problem

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”