Page 1 of 1

Bookmarks module and submit form

Posted: Mon Oct 10, 2005 8:58 am
by Hans
I tried to implement the bookmark module into my testsite and it works when I add this piece of code:

Code: Select all

{cms_module module="bookmarks" columns="1" category="algemeen" summaries="true" show_category_with_title="true"}
but when I add the form-part:

Code: Select all

addform="true" include_back_button="true" email_to=ID1 email_from=ID1
the links disappear and only the form is shown and only visible after having submitted something.

Great if anyone could help! Thanks
Hans

Re: Bookmarks module and submit form

Posted: Tue Oct 11, 2005 3:10 pm
by Akrabat
If I recall correctly, you need two separate cms_module calls. One for the display and one for the form.

Re: Bookmarks module and submit form

Posted: Tue Oct 11, 2005 5:30 pm
by Hans
Yes that was it Akrabat, thanks for your help!
Hans