RE: Include guidance text on a custom entity form
Hi partner,
Actually there is an OOB way to do this.
For example I want to add a tooltip for my "Title" field on case create form in portal, I should do the following steps.
1.Go to Dynamics 365 portals->Entity Form->case create form->Entity Form Metadata tab and create a new record.
2.Since we want to add the tooltips for fields, we should select "Attribute" in type and choose the field, here in my case, I should choose "Title".
3.Slide down the page and find "Description/Instructions" section, and select "Yes" on "Add Description".
Choose the tooltip position and you could also choose to show the default description from D365 or add custom description in portal.
4.Let's see the results.
Here we can see that the description of the Title field displayed above the text field.
So in your case, you should add metadatas for all fields and they will work well in your portal.
Here's a documentation for your reference.
https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-form/entity-form-metadata/
Hope it helps.
Best Regards,
Leo