Welcome Guest, Not a member yet? Register   Sign In
Form Help
#1

[eluser]Kentus[/eluser]
i need some help:

i need to create a form where i upload information about title artist and sources.

i know to do for title and artist but sources must be some like that:
a textfield where after you write the link must appear another blank textfield where you can upload second source. It's like photo uploads on facebook, you can upload dynamicaly.

my code is this:
Code:
<?php echo form_open('admin/addMusic');?>
        <?php echo form_input('artist','Artist');?>
        <?php echo form_input('melodies','Melodies');
        Here must be the uploads sources!

Thanks
#2

[eluser]Giorgio Nordo[/eluser]
It can be made in several ways.
Do you know the maximum number of items?
#3

[eluser]Kentus[/eluser]
yes, 5 is the maximum.
I thought that i can do in this way: while (textfield[n].textChange)new checkbox[n++]

But this is in Basic... here i don't know how to do thatSmile
Thanks




Theme © iAndrew 2016 - Forum software by © MyBB