New module for Drupal Webforms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dafnie
    Senior Member
    • Dec 2015
    • 140

    New module for Drupal Webforms

    Hi,
    I have just uploaded a EspoCRM-extension for CMS Drupal 7.


    This module is an extension of the standart webform module for the CMS - Drupal 7,
    The module adds a administrative page for configuring a link to your EspoCRM.
    A video about how to use the module can be found here: .

    The module has similar functions to the drupalmodule - Sugar2webform.

    Functions included:
    - Submitting a drupal webform creates a record in EspoCRM.
    - Support for creating Accounts, Contacts or Leads.
    - Individual settings for each drupal form
    - Possible to link a record to a campaign.
    - Support for custom Drupal and EspoCRM fields. (Enum types not supported)

    The Drupal module can be downloaded here


    Greeting from Denmark

    Dafnie
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi Dafnie,

    It looks great. Thank you.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • wtconseil
      Active Community Member
      • Apr 2015
      • 335

      #3
      Hi Dafnie
      it seems to be very interesting!

      (Small comment: you have "Sugar Field" in two UI (at 2min20 + 4min20). You should replace by "EspoCRM Field" ?)

      It could be great to also add a settings to configure the payload that will be sent to EspoCRM with
      "forceDuplication: true or false"
      if you want to have a validation to avoid duplicated entries :-)

      Comment


      • dafnie
        dafnie commented
        Editing a comment
        Hi wtconsell
        Yes you where right. The two labels where named with 'Sugar Field'.
        Very good idea to have a setting for allowing duplicated entries. But i can not get the payload 'forceDuplication': 'true' to work. I get 409 conflict.
        I can not find any information on this in api documentation. - How should the payload look?

      • dafnie
        dafnie commented
        Editing a comment
        Found it - payload is 'forceDuplicate': true
    • dafnie
      Senior Member
      • Dec 2015
      • 140

      #4
      New in version 1.2

      - Added setting for handling duplicate webform records

      Comment

      • wtconseil
        Active Community Member
        • Apr 2015
        • 335

        #5
        Thanks
        (sorry for the mistake, you're right it's forceDuplicate: true)

        Comment

        Working...