ltoshev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Graphene] Graphene ResponsiveHi
you can see it on this site: http://www.bet-ibc.com
Please note that it is not the latest version of the theme that is responsive, but an older one. If you need the latest version responsive, then we can discuss it as a new project. Because the newest versions are quite different in terms of look and feel compared to the older versions.
If you are interested, write to me on my work email: [email protected] and we cann agree on the details how to purchase.
Forum: Plugins
In reply to: [Contact Form 7] Contact form – Microsoft Dynamics integrationHi
the solution uses a webservice hosted on Azure, which makes the connection to CRM. The webservice holds and stores the authentication details for CRM and your site domain name. The wordpress plugin has an API key, that corresponds to the CRM credentials and domain name. The API key can be safely public, because the webservice acccepts only requests done from your your site domain.
We can also support requests done over https.
Kind Regards,
Lyubomir ToshevForum: Plugins
In reply to: [Contact Form 7] Contact form – Microsoft Dynamics integrationHi guys,
we have developed a solution for that. You can read more about it following the link below and purchase if interested.
http://www.rebgsoft.com/dynamics-crm-leads-wordpress/
Kind Regards,
Lyubomir Toshev
REBGSoftForum: Plugins
In reply to: [Fast Secure Contact Form] HooksIf I understand correctly I can use this function to get the posted data:
add_filter(‘si_contact_email_fields_posted’, ‘my_action_email_fields_posted’, 1, 2);What about the other data I need to get to implement 1 & 2?