How do I get my Web Form to grow and shrink based on user click events?

I am building apps for the field and I need my forms to grow and shrink based on user selections. In this example: JS Bin - Collaborative JavaScript Debugging a user clicks on a button to add a tenant address to owned property. I want the buttons on the form to move down with each button click after the next address. How would I do that?

Add the new fields above the buttons instead of below the buttons.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.