Update Zoho CRM Module to D7

I am looking for a freelance developer to update an existing module to D7 version. The module integrates Drupal with Zoho CRM.

https://www.drupal.org/project/zohocrm

We need all submodules of the existing module, except ubercart piece since we don't use that.

We can provide a Zoho sandbox DB to work with as well as dev version of the existing site we would be adding the completed module to.

Add hidden field to checkbox and submit unchecked value

I want to submit a value if a checkbox is unchecked (on a node edit form).

Using theme_form_element I can add the hidden field as follows:

$variables['element']['#children'] = '<input type="hidden" name="' . $variables['element']['#name'] . '" value="0" />' . $variables['element']['#children'];

But on submit, because value 0 is not in the allowed values list, I get the 'An illegal choice has been detected. Please contact the site administrator.' error message.

AttendingDr

 AttendingDr

It is a powerful community for doctors with the features of a social network, where doctors can communicate, create initiative groups, discuss issues, spread information about their clinics and much more. Another important site’s mission is to help doctors and patients find each other.

Sectors: 
Healthcare

Entityreference Autocomplete broken after upgrade from 7.32 to 7.59

Actually this broke with the upgrade to 7.44, but it's also broken after upgrading to 7.59.

My field setup looks like this:

     $form['store'] = array(
        '#type' => 'entityreference',
        '#title' => t('Store'),
        '#required' => TRUE,
        '#era_entity_type' => 'node',
        '#era_bundles' => array('store'),
      );

Which produced this output in 7.32:

unable to send mail using basic cart

Hello Drupal Gurus,

I am getting the following errors when trying to submit order information using basic cart from my drupal website. This has been working all along and suddenly started giving the following error, without making any prior changes in the site. Please kindly assist

  • Unable to send e-mail. Contact the site administrator if the problem persists.
  • There was a problem in submitting your order. Please try again later.

Clean URLS redirecting all urls to the front page

Hi, 

I have a sudden problem with clean urls. My host told me its my htaccess fault. Following another topic I change my .htaccess with default .htaccess from drupal 7 but still all urs redirecting to the front page. Any ideas what might happen? 

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x