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!
[SOLVED] Module in extra Content Block
[SOLVED] Module in extra Content Block
Last edited by urheat on Mon Jun 23, 2014 7:56 am, edited 1 time in total.
Re: Module in extra Content Block
Open the form and on the main tab check 'Display form inline'
Ajax is possible solution too but not needed probably.Display form inline?:
Inline means any form followup replaces the {FormBuilder} tag, non-inline replaces the {content} tag.
Re: Module in extra Content Block
velden wrote:Open the form and on the main tab check 'Display form inline'
Ajax is possible solution too but not needed probably.Display form inline?:
Inline means any form followup replaces the {FormBuilder} tag, non-inline replaces the {content} tag.
Ou man...

