I try to make a kind of product catalog, in this case a catalog of art works of my friend-artist:
- I have a CF5 form with fields like 'title', 'category', 'technique', 'dimensions', etc.
- the submit button has become a SAVE button, connected to a newly created table.
- I need also a 'cancel' button: when a user clicks a record in the CC5 list by accident, he must be able to return to the list without saving. I HAVE NO IDEA HOW TO DO THIS.
- I have a Chronoconnectivity v5 connection where I tried _EDIT_ as well as edit link on the field 'title'.
- I managed to get 1 record in the table, I don't know how...
- When opening the CC5 front list, I see this record, that's ok.
- When clicking the edit link, I GET AN 'ACCESS DENIED' ERROR.
- If I try to save a record directly from CF5, I also get this 'access denied' error.
- I followed the suggestions elsewhere in these FAQs, so index is set to 'allowed'.
- I would like to have an ADD button in the header of the CC5 list. HOW CAN I DO THAT?
- Can I have a DELETE link in the list, just like an EDIT link?
- Can I have a CC5 list showing only some fields of a large record and have a VIEW link to show all fields in a read-only CF5 form?
These are many questions, sorry for that, but I struggle yet a whole week on trying to figure out all this.
Thanks for anybody ready to help me.
- I have a CF5 form with fields like 'title', 'category', 'technique', 'dimensions', etc.
- the submit button has become a SAVE button, connected to a newly created table.
- I need also a 'cancel' button: when a user clicks a record in the CC5 list by accident, he must be able to return to the list without saving. I HAVE NO IDEA HOW TO DO THIS.
- I have a Chronoconnectivity v5 connection where I tried _EDIT_ as well as edit link on the field 'title'.
- I managed to get 1 record in the table, I don't know how...
- When opening the CC5 front list, I see this record, that's ok.
- When clicking the edit link, I GET AN 'ACCESS DENIED' ERROR.
- If I try to save a record directly from CF5, I also get this 'access denied' error.
- I followed the suggestions elsewhere in these FAQs, so index is set to 'allowed'.
- I would like to have an ADD button in the header of the CC5 list. HOW CAN I DO THAT?
- Can I have a DELETE link in the list, just like an EDIT link?
- Can I have a CC5 list showing only some fields of a large record and have a VIEW link to show all fields in a read-only CF5 form?
These are many questions, sorry for that, but I struggle yet a whole week on trying to figure out all this.
Thanks for anybody ready to help me.
Hi ulanjono,
The access denied means that the save or edit actions are not allowed for public, please check this under the permissions section.
Many of the other questions are answered under the FAQs > CCv5 section, please check this and let me know.
Regards,
Max
The access denied means that the save or edit actions are not allowed for public, please check this under the permissions section.
Many of the other questions are answered under the FAQs > CCv5 section, please check this and let me know.
Regards,
Max
This topic is locked and no more replies can be posted.