Re: One Form / Program for multiple product pages (Data overwritten)

SanfordWhiteman
Level 10 - Community Moderator

Re: One Form / Program for multiple product pages (Data overwritten)

My form is a non marketo form, and I (a dev from my team actually) embeded the form with the js provided by marketo, an pass the information to process it. (maybe this is an important information).

No, that's fine, as long as the Filled Out Form is being logged.

I feel like you're giving us slightly different info from what I see here: the Change Data Value is appending data to the history field at least once, no?

Anonymous
Not applicable

Re: One Form / Program for multiple product pages (Data overwritten)

Now that you mention it...

Fills out form is the same as Filled out form?

that slight difference might be our issue here.

pastedImage_0.png

Regarding the History comments, this is what I see when I double click on a "member" of the program and then click on the "info" tab

pastedImage_1.png

MAYBE i should need to create separate smart campaigns for this?

My current campaign structure is as follows:

pastedImage_0.png

pastedImage_0.png

SanfordWhiteman
Level 10 - Community Moderator

Re: One Form / Program for multiple product pages (Data overwritten)

Filled/Fills are the same, depends on whether you're looking at trigger/filter/log.

I think you have a flow step that's clearing the Comment History by accident. So you need to audit your existing SCs more than create new ones!

Anonymous
Not applicable

Re: One Form / Program for multiple product pages (Data overwritten)

Just in case..

Should I put all of these in separate steps? (i ve added the comment capture choice to test, but it was not present during all our thread)

pastedImage_0.png

SanfordWhiteman
Level 10 - Community Moderator

Re: One Form / Program for multiple product pages (Data overwritten)

That first choice isn't necessary and will absolutely mess up your goal. (Neither is the second choice actually, it's just to avoid an extra line break.)

Anonymous
Not applicable

Re: One Form / Program for multiple product pages (Data overwritten)

So I should just put

Change Data Value:

Attribute COMMENT HISTORY  - NEW VALUE IS

{{system.dateTime}}:{{lead.Comment Capture}}{{my.linebreak}}{{system.dateTime}}{{lead.Comment History}}

Do I need to clear the comment capture with NULL at the end?

pastedImage_0.png

Thanks again!

SanfordWhiteman
Level 10 - Community Moderator

Re: One Form / Program for multiple product pages (Data overwritten)

So I should just put

Change Data Value:

Attribute COMMENT HISTORY - NEW VALUE IS

Sure.

Do I need to clear the comment capture with NULL at the end?

No, it will simply represent the most recent comment. No need to clear it.

Anonymous
Not applicable

Re: One Form / Program for multiple product pages (Data overwritten)

Thanks again..

I ve been trying all these things, but nothing seems to fix it.

All the prefill options in the ofrm are disabled. Is it possible that i have to set the comment capture or comment history prefill option to enable?