Hi all,
i'm using Joomla 1.5.8. with the newest Chronoform component and plugin.
My form is displayed in a content item by the plugin. When the ss-validation encounters an error then the Chronoform component was displayed instead the conent item.
So i added a &Itemid=xx to the submit url and now the content item is displayed with the returned message by ss-validation.
There's only one little problem. The content item isn't displayed completely. Only the error message and the form is displayed, but no page title or the other text from the content item.
I think the problem is that the content item is rendered by com_chronoconact instead of com_content.
Do you have any suggestions for me to show ss-validation errors + the whole content item?
i'm using Joomla 1.5.8. with the newest Chronoform component and plugin.
My form is displayed in a content item by the plugin. When the ss-validation encounters an error then the Chronoform component was displayed instead the conent item.
So i added a &Itemid=xx to the submit url and now the content item is displayed with the returned message by ss-validation.
There's only one little problem. The content item isn't displayed completely. Only the error message and the form is displayed, but no page title or the other text from the content item.
I think the problem is that the content item is rendered by com_chronoconact instead of com_content.
Do you have any suggestions for me to show ss-validation errors + the whole content item?
Hi Aegir Bady,
for now no, there is no solution for this issue, this needs some coding to the core code.(unless you add the content to the form itself)
Regards
Max
for now no, there is no solution for this issue, this needs some coding to the core code.(unless you add the content to the form itself)
Regards
Max
Well, tried that but then the page title and the icons (pdf, email, print) aren't displayed.
Do you know if it's possible in Joomla to process two components in one request?
Another issue i just noticed: If i add the &Itemid=57 to the submit url then no email is sent.
Do you know if it's possible in Joomla to process two components in one request?
Another issue i just noticed: If i add the &Itemid=57 to the submit url then no email is sent.
Hi,
Show me your submit URL starting from the index.php
I think there is someway to render 2 components, I can't recall the function now, it has the word "render" I think, look at the API site of Joomla or search the forums, let me know what you find!
Regards
Max
Show me your submit URL starting from the index.php
I think there is someway to render 2 components, I can't recall the function now, it has the word "render" I think, look at the API site of Joomla or search the forums, let me know what you find!
Regards
Max
The submit URL is "index.php?option=com_chronocontact&chronoformname=Mitgliedsantrag&Itemid=57"
and there's no mail when i add the "&Itemid=57" (it's a menu item with different template).
But i think i'dont need ss-valid really. It's too much work me now. So you can close this thread.
And thanks for your effort.
and there's no mail when i add the "&Itemid=57" (it's a menu item with different template).
But i think i'dont need ss-valid really. It's too much work me now. So you can close this thread.
And thanks for your effort.
Hi, you need &task=send in the URL too! what about the component rendering ? you omit this idea ?
This topic is locked and no more replies can be posted.