Add more button on editor form
Add more button on editor form
kaustubh.agrawal2000
Posts: 88Questions: 39Answers: 2
Hello Allan,
I have a use case where the user should be able to add more fields to a form when he clicks a button shown on the form itself,
but there is no field type : button ... can u please help me figure this out.. is there a way to achieve that . ??
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'd suggest adding the button to the form in a
displayOrder
event handler. Then useadd()
to add the new field(s) to the form.Allan
Thanks Allan for the suggestion.