I hope you can help me - I'm very new to CF and Java. Here's what I need to do.
I have an events SQL database. An event can happen on one day or any number of days. On my input form, I have a beginning date and an ending date input box. I would like to add a button called "Add More Dates" underneath the existing date boxes. Then, if I need more dates for a particular event, I want to be able to click the button and get more input boxes to fill in. I can make the button with no trouble at all - it's the code to make the boxes appear that I need help on.
I have an events SQL database. An event can happen on one day or any number of days. On my input form, I have a beginning date and an ending date input box. I would like to add a button called "Add More Dates" underneath the existing date boxes. Then, if I need more dates for a particular event, I want to be able to click the button and get more input boxes to fill in. I can make the button with no trouble at all - it's the code to make the boxes appear that I need help on.