I will update later with pictures what I wanted.
Here we go:
First form:
First form is textbox where will be CSS. Second form i dont know how to do next thing:
I want on second form to add questions to user (like there is on command prompt when it ask for name, and remeber the answer. I want second form have questions and after user answer that answers be added to textbox1 and remebered. After that. I want new questions, and that answers be added to textbox with old answers. So I can form CSS code for user. Example:
Form 2 ask: (body color, font-size...)
After asnwers textbox take this:
body {
background-color:#ffffff;
font-size:15px;
}
And now after textbox have that i have new questions like:
(navigation-padding, background-color, border-radius)
And textbox take this:
#navbar {
padding:5px;
background-color:transparent;
-moz-border-radius:15px;
}