I have a user settings page where the user can edit Input A, Input B and Input C.
For example Input A: Very, Input B: Good, Input C: Year
I am using the inputs to create a string which is: Very Good Year
.
On another page, the Input B is editable, but A and C are not, and the order is fixed.
So far so good.
I now want to add the option for the user to add custom parts, for example add a Dropdown A or a Input D, and the possibility re-order them so the result is for example: Input B, Input C, Dropdown A, Input A. However, the Input B and Dropdown A still needs to be editable on the next page.
How would I do this?