• Resolved capimichi

    (@capimichi)


    I write this post because i think that can be helpful for others.

    I want to send data from WP contact form to Dynamics CRM creating a new “Contact”.
    When i try to print the form with this code:
    [msdyncrm_form entity='contact' name="Nuovo elemento Contatto" mode="create"]
    The only thing i get is this error: Can not get form definition.

    So i am asking:

    1. Maybe i am not writing the right name of the form, how can i get the default form name for the creation of a new “Contact”?

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter capimichi

    (@capimichi)

    Sorry, I was using the wrong name, to find the name i read it from the top when creating a new “Contact”.

    Right code:

    [msdyncrm_form entity='contact' name="Contatto" mode="create"]

    Bye

    Plugin Author alexacrm

    (@alexacrm)

    Hi @capimichi,

    looks like the problem is resolved. We do use display form name as defined in metadata (when you go to customize the entity and look at the list of forms, that’s the name that we use)

    Thanks
    AlexaCRM Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not get form definition’ is closed to new replies.