Need to create a multi step form in Marketing Cloud. What's the best way out (be it a custom html form or smart capture)? Thanks.
5 个回答
Hi @Ajay Rohera,
Custom code is the way to go. I'd suggest having each stage as a separate page that submits to a Data Extension (DE) and then redirects to the next stage of the form. For your problem above around someone being at the last stage but not having completed an earlier stage you could have some conditional logic to say if field from stage X is missing on the DE then redirect to that stage.