Page 1 of 1

CompanyDirectory & FormBuilder

Posted: Sun Jan 26, 2014 7:37 am
by seregarem
I call {FormBuilder form='JournalInfoSend'} in a detail template of CompanyDirectory. After formsubmit it redirects to the page, that sets in CompanyDirectory's settings (The default page to use for detail views. If set to "None" the calling page will be used.),but not to the page to redirect to after form submission. The letter doesn't send. Also, if capchta is wrong it redirects to the page, that sets in CompanyDirectory's settings (The default page to use for detail views.
How to fix this mistake???
As I see, the problem is in pretty urls. URL of the company is ;http://domain.com/world-applied-sciences-journal-wasj After submission it redirects to ;http://domain.com/about-journal.html (The default page to use for detail views. If set to "None" the calling page will be used.). How to redirect to the same page (;http://domain.com/world-applied-sciences-journal-wasj)???

Re: CompanyDirectory & FormBuilder

Posted: Sun Jan 26, 2014 7:03 pm
by seregarem
Any ideas?

Re: CompanyDirectory & FormBuilder

Posted: Sun Jan 26, 2014 9:45 pm
by velden
I'm not sure but there seems to be a way to call a module inside a module another way. Unfortunately I can't remember which way (I think I never used it myself).

It could be the case that now one module overwrites the 'properties' of another.

I realize this is not much of a help to you but at least topic 'goes up' again. If I 'speak' someone who might know this I'll ask him and post here.

Re: CompanyDirectory & FormBuilder

Posted: Mon Jan 27, 2014 3:28 pm
by seregarem
How to find out what the property is overwritten?