I'm creating a complex Contact form generator website. I know how to do everything except this one thing. For the user on my website to create a form they have to fill out another form asking questions such as how many questions are on your form..... But at the end of the form I give them this
<form action="Some Page" method="POST" />
<input type="text" ...... />
That's all great but the form action, "some page", doesn't work because I have no idea how to automatically create a form action .php page and insert php code into it!