How to get the unfilled or filled fields list in a form by a known lead?
Hello Marketo Nation,
I am trying to implement custom progressive profiling in our forms. Here is the issue that i am facing and would like your suggestion to resolve it.
I am trying to get the unfilled fields by a known lead so that i can display those in the next return visit. I cannot use the lead tokens in the landing page as we cannot expose that information in the page. Is there any API to get the list of filled or unfilled field names without exposing the actual values?
i tried using the internal marketo API call ('/index.php/form/getKnownLead?_mkt_trk='+encodeURIComponent(munchkinCookie)+'&form=xxxx&munchkinId=xxx-xxx-xxx&filledFields=false';) but it is only giving Firstname, Lastname and not any other unfilled fields. In the filledFields list also it is not giving the list of filled fields properly. Whatever fields are filled in the first visit are not part of the filledFields list also.
Could you please suggest any possible solutions to resolve this.
Thanks in advance.
DP