I'm using ChronoConnectivity to create backend access to the submissions from a Chronoform and have hit two road blocks.
Selecting the Admin View / View Connection, lists all of the submissions, along with an edit button are displayed.
Two of the fields (URLclient and Upload) are linked to the contents of those fields. Here is roadblock number one. Clicking on those fields results in reloading blank list page instead of loading either the url or downloading the upload.
Second roadblock occurs when clicking the edit button. The result is the following text "Form not found or is not published". Yet when viewing the connections manager, the function is published.
Ideas anyone?
david
Hi David,
Did you check the CCv5 section under the FAQs ? because the 2 questions are about the features setup and the answers are in the tutorials!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I've been following hard copies of the tutorials, so I must be missing something.
david
Attached is a screenshot showing:
my published connection
the result when clicking View Admin Connection (all that I'm interested in).
the result when clicking edit this record or Title ... Form not found or is not published.
By the View Admin Connection returning data, it's confirmed that ChronoConnectivity is connected to the correct Chronoform.
The Settings / Columns list includes:
_SELECTOR_
_EDIT_:edit this record
acasemodel.id:ID
acasemodel.created:created
acasemodel.Name:Name
acasemodel.Email:Email
acasemodel.City:City
acasemodel.State:State
acasemodel.Title:Title
acasemodel.URLclient:URLclient
acasemodel.Upload:Upload
acasemodel.ReviewerName:ReviewerName
acasemodel.ReviewDateSent:ReviewDateSent
acasemodel.URLreview:URLreview
acasemodel.ReviewFile:ReviewFile
acasemodel.ReviewResponse:ReviewResponse
Edit linkable contains acasemodel.Title:Title
If I place all of the fields here, the result is that all become clickable on the View Admin page, but all return the form not published
----
The Admin list / Actions / edit contains coding for an editable form.
Permissions for index, view, edit, etc. are all set to allowed for Administrator, Super Users and Owner.
What am I missing?
david
Hi David,
For any field to link to any where, like download link or file link, you need to have it in the "Links" box:
Model.field:Link here
And for the other issue, you must have used a form name under the action's config section ? if you did then please verify that the form is published and exists.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The name of the Chronoform is EducationalSubmission.
I changed the name of the CC Admin / Actions / edit form to FORM_NAME:EducationalSubmission. Still no luck.
See the attached screen shot for the publishing state of the Chronoform.
The CC connection is published as well, and it's Model is connected to the same db table as the Chronoform.
david
The action config should be set to:
:EducationalSubmission:EVENT_NAME
which I guess should be this in your case:
:EducationalSubmission:load
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sorry, please remove the ":" at the start, so it should be:
EducationalSubmission:load
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
much better. The edit page now loads with the correct ID paramater. However the edit fields are empty.
_EDIT_:edit this record is in my admin list / settings columns list, along with the rest of the columns.
An actions edit form field is <input type="text" name="acase.Name:Name">. Is that the correct syntax?
I've ended up building my own back end interface to accomplish what needs to be done.
Ok, but the field name in the input code should be changed to: Model[field]
But if you use Chronoforms to build the form then you should not worry about this.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.