I have two landing pages with the same exact BizForm. How can I tell if a user has submitted the form on page A vs. page B - testing page design effectivness? I want to keep the BizForm exactly the same; otherwise, I'll end up with a bunch of forms to manage. I don't have access to the web part code, so it would have to be a solution I can do through the CMS GUI.

Using Kentico v5.5.

有帮助吗?

解决方案

Look at using an Alternative Form. It's basically a copy of the same BizForm, and you can modify/change a few of the fields. Create one extra field on the BizForm, and assign the value of it based on which form you're using (main or alternate). Just don't display the value on the form itself.

Then, on the page, specify whether to use the main BizForm, or the Alternative BizForm.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top