Search found 11 matches

by gnegne74
Mon Apr 29, 2019 10:03 am
Forum: Modules/Add-Ons
Topic: CGBetterForms stopped to work
Replies: 2
Views: 906

Re: CGBetterForms stopped to work

Thank you for response. I'll check your bullet point, but I wrote a bad sentence/title: in these 2 installations CGBetterForms never worked. No updates or other changes. These websites are running on different hostings :-\
by gnegne74
Sun Apr 28, 2019 10:58 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms stopped to work
Replies: 2
Views: 906

CGBetterForms stopped to work

Hello, I've 2 CGBetterForms instances v 1.9.1 installed on 2 different websites (one is installed on cmsms version 2.2.10, other is installed on cmsms v. 2.2.8) and different hosting service. Those are stopped to work several days ago, without any notice or advice! Form seems to send message, it doe...
by gnegne74
Mon Jul 16, 2018 10:46 pm
Forum: Modules/Add-Ons
Topic: Products Module - URL Slug
Replies: 4
Views: 1798

Re: Products Module - URL Slug

Maybe I've found a code error into action.admin_ajax_getslug.php on row 78:
there's a variable array $callcats, but in other row is referred as $allcats (without initial "c"). It's a typo?
Unfortunately after doing a correction the URL slug still doesn't work
by gnegne74
Mon Jul 09, 2018 10:22 pm
Forum: Modules/Add-Ons
Topic: Products Module - URL Slug
Replies: 4
Views: 1798

Re: Products Module - URL Slug

Does anybody have a solution? Or a working example?
by gnegne74
Sat Jul 07, 2018 10:15 am
Forum: Modules/Add-Ons
Topic: Products Module - URL Slug
Replies: 4
Views: 1798

Re: Products Module - URL Slug

Thanks but it doesn't works. After some test I've noticed that issue is related to "category" field. Syntax seems ok. If I write {$hier_parts[1]} I catch the expected sublevel of the first hierarchy item (i.e. subcategory1, child of category1) If I apply the same syntax logic to $category_...
by gnegne74
Sat Jul 07, 2018 1:24 am
Forum: Modules/Add-Ons
Topic: Products Module - URL Slug
Replies: 4
Views: 1798

Products Module - URL Slug

Hello to all, I'm using Products module 2.28.4 on cmsms 2.2.7 I'm tryin to use URL SLug Template but I' have some issues. I set hierarchy and category for each item. It works if I insert: - {$name} - {$hierarchy}/{$name} - {$hierarchy3}/{$name} and similar.... but If I use - {$first_category}/{$name...
by gnegne74
Tue Jun 05, 2018 8:29 am
Forum: Modules/Add-Ons
Topic: CGBetterForms send data to CRM
Replies: 3
Views: 1359

Re: CGBetterForms send data to CRM

velden wrote:Seems to me you should just enter the url there. The variables will be POSTed to this url.
Ok, it's clear. But how these variables are get from the hook page?

Code: Select all

myVar = $response->get_field_value('field_name')
Is syntax correct?
by gnegne74
Mon Jun 04, 2018 3:05 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms send data to CRM
Replies: 3
Views: 1359

CGBetterForms send data to CRM

Hello, I'm trying to send form data to a CRM using "POST form results to a URL/WebHook".
I don't understand how can I get form variables through code into "Webhook URL".
Where can I find some docs about this option? Someone has done this task?
Thank you for support!
by gnegne74
Sun Sep 24, 2017 4:24 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms Handler with UDT
Replies: 2
Views: 1418

Re: CGBetterForms Handler with UDT

Maybe there was an issue with previous versions. I've update the module (from 1.0), i've totally recreated form with the same UDT and now it works!
I'm very sorry for wasting time!
Thank you
by gnegne74
Sun Sep 24, 2017 9:56 am
Forum: Modules/Add-Ons
Topic: CGBetterForms Handler with UDT
Replies: 2
Views: 1418

CGBetterForms Handler with UDT

Hello, I'm trying to use the new CGBetterForms instead of FormBuilder. With FormBuilder submission I was able to call an UDT and insert form data in a custom table. With CGBetterForms I've tried to follow the help page: "Use the StopDisposing Disposition, and in that template call your UDT. If ...
by gnegne74
Wed May 10, 2017 12:37 pm
Forum: Italian - Italiano
Topic: Aiuto per UDT con query SQL
Replies: 0
Views: 6924

Aiuto per UDT con query SQL

Ciao a tutti, non sono uno sviluppatore PHP esperto e sto cercando di completare questa UDT per mostrare una piccola lista di dati da una tabella inserita manualmente nel db. Uso CMSMS 2.1.5: $db = cmsms()->GetDb(); $query = "SELECT TOP 5 * FROM cms_myTable"; $dbresult = $db->Execute($quer...

Go to advanced search