ok i have a form but i want it to submit automatically server- side
is this possible?
how do you mean?
ok the end user has to fill in some form which is then submitted by the user to the server. then i need to add fields to the form which i dont want the user to access (this is all done) now i want the new form to submit without the user knowing otherwise they will see or gain access to the hidden fields so preferably in php
you could use hidden fields in the form or if you don’t want it there at all you could send the form to a php page where you could add in your extra information
hidden fields are still easily accessed hence why im adding them after but i just want a way of sending the form without the user seeing the additional fields