Form rendering fields without labels
-
HEllo,
We are trying to integrate Wordrpress with our Dynamics 365 instance to create leads on form submission. The form submission works however the fields labels are not displayed as per the labels in the Dynamics form.
This is the code i am using in the wordpress page:
[msdyncrm_twig] {% form entity="lead" name="Wordpress Signup" mode="create" %} {% endform %} [/msdyncrm_twig]The first two fields which are First Name and Last Name are displayed right with the label and a text box. However the third field email, only the text box is displayed but not the label.
Could someone please guide me if i am doing something wrong here? Thanks in advance.
Regards,
NithinThe page I need help with: [log in to see the link]
The topic ‘Form rendering fields without labels’ is closed to new replies.