Hello Im in need of a java coder / java guru for my imagehosting site. Im working on implementing a tags system, and i had a php coder make it work today, but he could not fix the tags forms fully and it's incomplete. More description will come soon once I hear from my programmer. If you feel you can help me with this, please send me a PM asap.
Javascript requirements: Step 1) There is an existing function that adds more form fields to be let the users upload. As of now, this function adds upload fields in sync, and 5 at a time. I need this function to be edited so it adds two fields in sync at once, 1 for the upload and 1 for the tags field. Step 2) I need javascript to pre-validate the form so it makes sure the inputs are in sync. So I have lets say 3 input fields: upload_1 tags_1 upload_2 tags_2 upload_3 tags_3 Now lets say the user ignores the 1st two fields (uploads1-2, tags1-2) and skips to enter text on the third field only. I want to prevent this and make the user start entering text at the 1st fields only, uploads 1 and tags_1. So the user can only type something in the 2nd fields if and only the 1st fields already have text values. user can only type something in the 3rd fields if both 1st and 2nd fields have text etc. etc. Anyone who can write javascript coding to do this, please let me know.