Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Answered

Dynamic Placeholder for Marketing form fields

Posted on by 15

Hello,

I would like to ask if anyone has customized their Marketing form fields in a way that the placeholder becomes a field label positioned directly in-between the border of the form field once contact starts to type in their data and if yes, if you could share the code snippet via which you have been able to achieve this?

Thank you very much for your time and answer in advance.

All the best,

Marianna

  • Verified answer
    Haig Liu Profile Picture
    Haig Liu Microsoft Employee on at
    RE: Dynamic Placeholder for Marketing form fields

    Hi mariannakoz,

    Please add this JS code to the marketing page:

    <script>
            
    MsCrmMkt.MsCrmFormLoader.on("afterFormLoad", function(event) {
    var input = document.getElementById("7f685ebb-7c54-4cff-a1bc-772562d25c38");
    console.log(input);
    var placeholder = document.getElementById('7f685ebb-7c54-4cff-a1bc-772562d25c38').placeholder;
    console.log(placeholder);
    input.addEventListener("blur", function(){
    input.parentNode.children[0].innerHTML = placeholder;
    console.log(input.parentNode.children[0]);
    })
    })

    </script>
    I use the Email field as an example. If you want to apply it to another field, please change the ID in the code to another field

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans