Tooltip with html content using formbuilder.js

Viewed 13

We are using formbuilder.js for generating dynamic form. We are able to create form and render the content properly. But in tool tip of form render we wish to show html content. We tried putting html content in the form budilder but it shows as planin text.

        $('#requested_form #build-wrap').empty();
        $(fbTemplate).formRender(options);
        $(".tooltip-element").attr("html","true");

Form buikder tooltip

To enable it to show the tooltip with html content data-html need to be set as true. tried to acheive the same but was unable to achieve the same.

Request you to please guide on same.Any help is deeply appreciated

0 Answers
Related