This question has been flagged
1 Reply
1997 Views

Hello! 


I´m trying to create a form in backend for website use in frontend. The problem is the form doesn´t copy the field conditions like invisibility conditions, in other hand, selection fields are displayed like radio fields. ¿ How can i copy those conditions to be displayed in website form?


Thanks for your help!  


Avatar
Discard
Best Answer

you can not directly copy attributes applied on backend to website form.

For your form you need to use Javascript / jQuery to change DOM of field depends on your selection field change event.



Avatar
Discard