How to add paragraph/text above the form inputs

Hi Team,
I came across one scenario to display paragraph text above the form inputs in the web chat widget
like

This image is for reference and I made changes in the developer console.

As I am unable to figure it out... please let me know how to achieve this type of pre-text
I really appreciate any help you can provide.

I gave a try with the below format, but it is not working

window._genesys.widgets = {

    main: {

            debug: true,

            theme: "light",

            lang: "en",

            customStylesheetID: "genesys_widgets_custom",

            preload: [],

            // OR define the JSON object inline

            i18n: {

                "en": {

                    "webchat": {

                        "InviteBody": "Let us know if we can help out.",

                        "InviteTitle": "Need help?",

                    }

                }

            }

        },

}

I don't believe you can add extra text to the signup form. The available customization options are documented here: WebChat - Genesys Documentation. You can request new features and share your use case at https://genesyscloud.ideas.aha.io/.

Thank you Tim, I will check it

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.