GetSimple Support Forum
php form & execute code on page issue for CRM API - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: php form & execute code on page issue for CRM API (/showthread.php?tid=4625)



php form & execute code on page issue for CRM API - daguy - 2013-04-11

I use a CMR called http://www.lessannoyingcrm.com/
they have an api for a webform that I want to use to collect customer enquires.
PLEASE SEE DOCS:

<http://www.lessannoyingcrm.com/help/topic/API_FAQ/109/Tutorial+-+Integrating+a+web+form+with+Less+Annoying+CRM+>

I created a webpage placing the form html in it.

I created the process.php and put it inside of data/pages to send the data to the CRM.

However its blocked and will not process.

I downloaded exec-php but site then would not work at all.

Can someone help me, do not mind a fee to solve this for me.

PS lessannoyingcrm.com is less annoying if anyone else wants to try it


RE: php form & execute code on page issue for CRM API - shovenose - 2013-04-11

Might want to post this in the Job Board section of our forum.


RE: php form & execute code on page issue for CRM API - shawn_a - 2013-04-11

You will want to use components to execute code not the plugin you used.


RE: php form & execute code on page issue for CRM API - daguy - 2013-04-11

thanks will try components - bless you Big Grin


RE: php form & execute code on page issue for CRM API - shawn_a - 2013-04-11

You can also incorporate it into your theme function.pho file and make a for. Template. Post more specifics and code and we try to help you out.