|
Wondering if anyone could help me, I have seen some scripts that do this and was hoping I could implement something similar on my site.
I am creating a form for users to add MP3s to my site. These may be part of an album and I want them to be able to submit the whole album at one time instead of one at a time.
For each track there are several fields; track number (text), title (text), length (text), single (Yes/No select), Free (Yes/No select), Explicit (Yes/No select), Exclusive (Yes/No select) and price (Text).
Albums can contain upto 20 tracks, so, to keep things tidy I want to show only the first track and if they want to add more they click on an 'add track' link, which will add the next row so they can add that track. If they want to add another they click the 'add track' button again, and so on.
I would like this to limit the number of rows so only upto 20 can be added. Each of the form elements would need to be assigned a number, for example; track-title1, track-title2, track-title3 and so on. I would also like the track number to be created dynamically (eg so the first row says track 1, second says track 2 and so on).
I don't expect to find a script that does all this out of the box but something, with nice easy to understand and clean code, that I could start from would be good.
Otherwise is there someone out there who could (for a price of course) help me produce this.
TIA
Simon
|