Thanks to all for J1.6 component - everything running smoothly.
As forms are not yet available as menu objects in J1.6, it seems that forms need to be accessed from links within Joomla articles. This is not a particular problem but it creates a layout difficulty.
In my 3-column template, forms appear in the main content area as I would have expected.
I'm trying to publish modules in both left and right columns along with the form, partly to reduce the overall width of the form without fiddling any more with the css. The module in the right column is published 'On all pages' and appears alongside the form. The module on the left is published 'On all pages except those selected' and does not appear alongside the form, even though it's set to publish in the page from which the form is linked.
Is there a workaround?
Nick
Hi Nick,
I can create a new menu item of type "Chronoforms" fine here on my J1.6.1 installation, so creating menu items should work fine, I click the "select" button in the "Menu Manager: New Menu Item" page and the light box shows all possible options including "Chronoforms"
Please show me a screenshot of yours if it doesn't work.
Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max,
As you can see, the Chronoforms option isn't there on my installation (worked fine on J1.5).
Nick
Hi Nick,
I see, I forgot to fix this issue in the installer XML file, please extract the installer ZIP package and upload the "views" folder to this path:
/components/com_chronoforms/
that should fix it!
Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Great, thank you Max (I wish everything was so simple).
Nick
Hello everyone
Max, it didn't fix it completely for me:
After copying the missing folder I can add forms in the menu, but they don't work.
After filling submitting the form, I keep getting the same page, with no errors. And no action is taken (send mail)
However if I access the forms as external links, everything works ok
Thanks
Dan
Same here... I aded "views", worked for the menu, but now after clicking on SUBMIT, no action...
Hi,
The menus seem to be working for me. At least I see the debug data and thank you page and an email is sent.
You need the form name in the Basic Options | Form Name box and leave the Event box empty (or add load) unless you want to directly access another Event*.
Bob
* You might do this if you just wanted to execute actions - build a backup file, send an email, etc. - without needing any user data.
I have the form name, otherwise it wouldn't show
No action
But as I said, submitting the form just reloads the page (with user data in place), with no errors
Hi Dan,
Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Just to say I am experiencing exactly the same issue - forms fine when loaded from the 'Frontend view' link but no OnSubmit functions when loaded from a menu item (Chronoforms Display Form).
Nick
Same problem here. Form works from the "frontend view" backend link, but not when loaded from menu item.
I have no idea if this helps, but I've noticed that the backend link points to "index.php?option=com_chronoforms&chronoform=whatever_the_name_of_the_form", while "index.php?option=com_chronoforms&view=form".
Can't it be that this "view" part of the link is what is being malformed?
Hi 4est,
Thanks, I restored your form and it works perfectly both from the front-end link and from a menu item. I still have no idea what causes this problem :-(
Bob
Hi cmateron,
The image links you posted give me 404 Not Found errors.
Bob
Does 'Restore Forms' fix this problem then?
What does 'Restore Forms' actually do? I'm reluctant to hit such a grand sounding option for fear of losing something and in the absence of any help information …
Nick
Hi Nick,
Save Forms saves a copy of the selected forms (or all the forms if none is checked); Restore Forms does the reverse, creates a new from from a saved one. It does nothing to your existing forms.
Here it's just a way for me to look at the form and form settings without needing admin access.
Bob
Hi Nick,
Those are pretty much what I would expect to see. The Joomla! menu code handles replacing the menu url with the ChronoForms one. The event=submit is correct; and the ItemID=526 identifies it as a menu related url.
I can't replicate this problem - at least not yet - so am struggling to know what causes it :-(
Bob
Hi Bob,
I've noticed 4est form has no "DB Save" action, and maybe having this action is what giving us the problem. Dunno, since the RMA form replicates the problem on my machine too.
Anyway, I'm uploading my simple form (linked to jos_contact_details) to see if you can replicate.
Again -- everything working fine when accessed through the "Frontend View" link from the backend, but doesn't submit when accessed through a menu in the frontend.
Thanks,
Raphael (the CompleteForms guy ;-)
Hi Rapcal,
It submits OK here and saves to the database :-(
By all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.
Bob
Hi Rapcal,
Did you apply the event fix posted some where here on the forums ? but I believe that bug only affected the Load event but not the submit one.
Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi, i've the same problem here... uploaded the views folder and can add to the menu but if i try to send the form it's like if i refresh the captcha and nothing more. All data remains but nothing happend, no mail sent, no thanks message etc... If i open the form from the "frontend view" link in the admin. panel it work, from the site nothing happen. Hope you can help me 😑
@Bob,
I'm just developing locally for the moment and playing around with ChronoForms before I actually use it on a live project. But thanks again for your prompt reply, as usual.
@Max,
No, I haven't applied that fix. Will search the forums for it. Thank you!
Raphael
Thank you mariokrupik - I can confirm that solved the problem.
Hi both,
Thanks mariokrupik, I hadn't remembered that fix :-( My test site is running without SEF URLs which explains why I couldn't replicate the menu item error.
Bob
Yep! +1 - I can confirm that this fixes the issue. Thanks a lot, mariokuprik!
it still doesn't work for me, can you tell me exactly where you inserted the code?
Thanks
thanks. indeed it works now
I have just noticed that following my own (!) suggestions in the post above, I have lost access to forms from the Forms Manager 'Frontend view' link. The error has reappeared (it probably never went away, I just didn't test it). The only way I can access forms now is via Chronoforms Display Form.
Fatal error: Call to a member function get() on a non-object in / … /chronoforms.php on line 36
Seems to be one thing or the other - can anyone help to get this code ironed out?
Hi nicholashg,
You should probably upgrade to RC1.8 and this may be fixed.
I suspect that the problem you are seeing is that if $formname is defined then the line defining $params isn't executed and so the later $params->get() fails.
Bob
Hey guys,
This error should not exist if you have RC1.8, and you will not need that fix either because that was for RC1.7, so please upgrade to RC1.8 then let us know.
Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?