Conditional fields using web forms for marketers?

I need to show / hide a field based on the value entered in another field. A field that is conditionally made visible must also be required.

Is it possible to use WFFM? Do I need to do this using custom fields?

Thanks!

+4
source share
2 answers

To do this, you need to create a custom complex type. You may be able to reuse existing field types in your custom type, but it would probably be easier to create them specifically for the new complex type.

+1
source

You can use jQuery for this, and you can also create a custom field for this, just simply copy and paste the previous file and display the Sitecore.Forms.Core.dll file and see the code how you can do this. But I usually use jQuery if I can manage using this

0
source

Source: https://habr.com/ru/post/1434761/


All Articles