Hi all,
I created a connection to one table with 20 columns. It shows e.g. 3 columns in frontend list where 1 column is for editing (update works).
Now I need a hint how to show detail of record without editing, just showing
could u help me?
thx
Hi homeopat,
I suggest you to create a form with all datas that you wanna view and link one column/field of the list to load this form. Be careful to set this form to be read only, otherwise the user may change data.
Hi man,
could u pls tell me how can I link a column to form?
thx
Hi homeopat
Take a look at the screens.
Regards.
Hi Jcmafra,
thank u 4 tutorial, but it isnt solve my problem. your solution offer editing, but this topic is for linkable field for show the record, not editing records.
I think I can link it to CF form, but I dont know how. I tried some examples, but without result.
thx
Hi homeopat,
The simplest way is probably to link to a form that has no inputs. Just a Custom Element element with the HTML to display the values you need. The simplest way to get the HTML is to copy over the email template.
Bob
Hi homeopat,
That looks like an SEF problem. Does it work if you use a full URL or an one like this index.php?option=com_chronoforms? . . .
Hi homeopat,
SEF = Search Engine Friendly; SEO = Search Engine Optimised both chunks of code that take perfectly good URLs and mangle them into uselessness.
I'm afraid that I don't know enough about CC to have a better answer - you can try asking Max using the Contact Us link above.
Bob
oh, I know SEO🙂
thank you for your time.
Hi, all!
I'm a beginner in CF and CC.
I have a similar problem with viewing details. I have CF form with many fields which is editable. I also have a CC connection which is autolisting only 3 fields of the CF form. Every row is a new record from the form. What am I trying to do is to make one of the columns in the CC table linkable (for example "name"). So when you click it, it will show you the rest of the information filled in the form. I have tried to put in the "Linkable Field(s)" in CC something like name:view_e&cb={cf_id}, but it only shows a blank page. I suppose I also have to put something in the CF form but I don't know what.
Any help will be highly appreciated!
Thanks in advance!