CCv6 + CFv6 edit form

How to use a ChronoForms v6 form within a ChronoConnect v6 edit view.

Overview

The issue arises because CCv6's built-in form editor is too basic for complex forms created in CFv6.
Embed the CFv6 form section directly into the CCv6 form view using the correct placeholder syntax.

fa fasenderos 08 Oct, 2017
Hi all,
I have a very complex form realized with CFv6. Now I want to use CCv6 to manage data, but the edit view of CCv6 has a really basic Form/Field creator.
I remember that with CCv5 there were the ability to connect the edit view with a CFv5 form (https://www.chronoengine.com/faqs/72-ccv5/5208-connectivity-edit-with-chronoforms), is there something similar in CCv6? Any tutorial?

Thanks in advanced
Max_admin Max_admin 24 Oct, 2017
Hi fasenderos,

You can call a Chronoforms6 section inside a CC6 form form view:
{chronoforms.section:form-alias/section-name}


Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
em emmexx 17 Nov, 2017
Answer
1 Likes

{chronoforms.section:form-alias/section-name}


It should be:
{chronoform.section:form-alias/section-name}


(no ending s for chronoform)

bye
maxx
This topic is locked and no more replies can be posted.