04-10-2012, 03:51 AM
I'm currently trying to add something to my downloads section by modifying the html. I'm trying to add an option to the file upload option.
ex. radio1 radio2 radio3
radio1 gives me file upload
radio2 gives me url upload
radio3 gives me url link
I've changed the javascript to:
ex. radio1 radio2 radio3
radio1 gives me file upload
radio2 gives me url upload
radio3 gives me url link
I've changed the javascript to:
Code:
|
Which works rather well when determining the option box to put up. Everything works well except for the direct dl section.
Here's my newthread html
Code:
|
The problem happens when I click direct download. When I'm done filling out the info and click submit, it prompts me to fill in something for file upload. (even though I filled it out already).
Any help with this would definitely be appreciated.