Not possible. In order to add/delete fields you must change the form, the process.php file, and depending on how you chose to store the data you must also change the data file or the SQL database.
You best, and simplest, option is to use the generator.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can i change or add required fields(*) easily at a later date without changing stuff in process.php(and butchering it!)thanks...
Not possible. In order to add/delete fields you must change the form, the process.php file, and depending on how you chose to store the data you must also change the data file or the SQL database.
You best, and simplest, option is to use the generator.
I thought that might be the case..thanks for your help tho..