Hi Fellow Marketoens,
Is it possible to have a form with multiple fields but make only few visible on a given landing page. In order words, I am trying to use one form with 25 fields but make visible only 5 on Landing Page 1 and 12 on Landing Page 2. On a similar note, is it possible to disable some progressive fields of a form on a specific Landing Page and keep active on an another.
Riz please return to your thread and mark my answer as Correct, thanks.
Is it possible to have a form with multiple fields but make only few visible on a given landing page. In order words, I am trying to use one form with 25 fields but make visible only 5 on Landing Page 1 and 12 on Landing Page 2.
No and Yes.
Not out-of-the-box, but it's something we've done a few times, trying to emulate the "optional module" style in emails.
There are 2 ways to do it, both requiring JS:
On a similar note, is it possible to disable some progressive fields of a form on a specific Landing Page and keep active on an another.
Same answer as above really. You can supplement progressive profiling with JS + use CSS for the show/hide logic. Just the other day I was rolling my own ProgPro, b/c the client wanted irregular ProgPro blocks (2 fields, then 1, then 3, etc. which doesn't work w/native ProgPro). Of course the native feature is plenty cool, but you can outgrow it just by spec'ing out other cool things...