My problem is as follows. I have a system to create accounts. However, different users can set different attributes to the created account. That means I get a dynamic form with different attributes for different users. How should I process such a form?
Share
Once you have the client side sorted out with jQuery then you probably want to process the form values based on whether there is an entry of any kind. Look to use the following on the controller to get the entire form collection: