I need a form that allows for the adding of items to it (see pic). After a user clicks the add, it becomes a line of text below. When they're done adding items, they click Submit to send the form. Can I do this with my ChronoForms?
Forums
Form that allows adding items
Hi - thanks. I don't think that will be the same. I don't need to query a database, I just need someone to be able to type in manually into the 4 fields on the bottom and then hit "add". That info will then become text onscreen underneath and also added to the final email that is generated. Hope I'm making sense.
Hi tlever,
Ah OK, I think I see what you mean. Yes, you can do that with JavaScript - but in practice it's pretty much identical to the FAQ except that you don’t need to save the data (though I recommend that you do so as an audit trail).
When Add is clicked you need to save the data in some way so that when Submit is clicked it is submitted with the data from the other form inputs.
Bob
Ah OK, I think I see what you mean. Yes, you can do that with JavaScript - but in practice it's pretty much identical to the FAQ except that you don’t need to save the data (though I recommend that you do so as an audit trail).
When Add is clicked you need to save the data in some way so that when Submit is clicked it is submitted with the data from the other form inputs.
Bob
This topic is locked and no more replies can be posted.