Hello,
I'm stumped. On my site I have a CF that has a drop down menu created by using Dynamic data from a table. The selection items are various categories of books. Here's what I'm trying to do:
1. When a user selects a category from the drop down menu and hits submit, a list of books should appear for that category.
2. The user should be able to click on a title to get further information about the book.
3. A button on the book details page should allow the user to add it to some temp storage area (call it a cart, or what ever but it should store their selection)
4. After the user has selected the books to check out, he/she goes to a form which lists the books they've check (hence the temporary storage). They fill out the form with name, address, etc. and submits it. The list gets sent via email to various people who collect the books and arrange for pickup.
I'm am stumped at step 2. In the action section of CF, there is an action called "Chrono Connectivity Task" and when the cursor is placed over it it says, "Run a Chrono Connectivity Task".
I thought this would be the easiest way to accomplish step two since I can configure a form in the connectivity task to display the detailed book information. I can get the task to display the books from the selected category but when I click on a title, I get this error, "Connection name can NOT be empty!".
Is this the wrong approach to accomplish step two? The Connectivity task works fine if I set it up as a Joomla menu item, but when it is accessed through a form I get the error. Since this action is in CF, why won't it work? Am I not understanding it's function in CF? Is there a better way to accomplish step 2?
Thanks for your assistance.
I'm stumped. On my site I have a CF that has a drop down menu created by using Dynamic data from a table. The selection items are various categories of books. Here's what I'm trying to do:
1. When a user selects a category from the drop down menu and hits submit, a list of books should appear for that category.
2. The user should be able to click on a title to get further information about the book.
3. A button on the book details page should allow the user to add it to some temp storage area (call it a cart, or what ever but it should store their selection)
4. After the user has selected the books to check out, he/she goes to a form which lists the books they've check (hence the temporary storage). They fill out the form with name, address, etc. and submits it. The list gets sent via email to various people who collect the books and arrange for pickup.
I'm am stumped at step 2. In the action section of CF, there is an action called "Chrono Connectivity Task" and when the cursor is placed over it it says, "Run a Chrono Connectivity Task".
I thought this would be the easiest way to accomplish step two since I can configure a form in the connectivity task to display the detailed book information. I can get the task to display the books from the selected category but when I click on a title, I get this error, "Connection name can NOT be empty!".
Is this the wrong approach to accomplish step two? The Connectivity task works fine if I set it up as a Joomla menu item, but when it is accessed through a form I get the error. Since this action is in CF, why won't it work? Am I not understanding it's function in CF? Is there a better way to accomplish step 2?
Thanks for your assistance.