Page 1 of 1

[SOLVED] Module in extra Content Block

Posted: Sun Jun 22, 2014 6:59 pm
by urheat
For example if I have a FormBuilder form in extra content block and user won't fill every field, the error page will load to the main content block and not into Content Block where the form is.

I suppose there are a few different ways to handle this (using ajax, passing variables to page template, changing default content block based on page alias and so on), but what is the best practice and how this problem could be solved.

Thanks in advance!

Re: Module in extra Content Block

Posted: Mon Jun 23, 2014 6:48 am
by velden
Open the form and on the main tab check 'Display form inline'
Display form inline?:

Inline means any form followup replaces the {FormBuilder} tag, non-inline replaces the {content} tag.
Ajax is possible solution too but not needed probably.

Re: Module in extra Content Block

Posted: Mon Jun 23, 2014 7:55 am
by urheat
velden wrote:Open the form and on the main tab check 'Display form inline'
Display form inline?:

Inline means any form followup replaces the {FormBuilder} tag, non-inline replaces the {content} tag.
Ajax is possible solution too but not needed probably.

Ou man... :-[ So simple and I quess this has been an option for ages. Thanks :)