KyleT4L
08-08-2008, 08:16 PM
Hello all,
I am creating a dynamic form, which will eventually output to an e-mail.
This is for the administrator to select what kind of e-mail be sent out (using javascript?) on form.htm, which when he presses submit is filtered through process.php, which then sends out an e-mail to the address provided in the form.
So, all I need for is to be able to click [Colors] which will give me [red], [green], [Blue] -- and then when I click [Blue] new options appear, like [Indigo], [Azure], etc--all within the form.
That is, assuming I can give these "hidden options" a $name or value that will output into the PHP file, which then processes the selected information into an e-mail.
I know this is possible, but I don't know what to call it to do a google search on my own. Anyone have any ideas or helpful hints?
- Kyle
I am creating a dynamic form, which will eventually output to an e-mail.
This is for the administrator to select what kind of e-mail be sent out (using javascript?) on form.htm, which when he presses submit is filtered through process.php, which then sends out an e-mail to the address provided in the form.
So, all I need for is to be able to click [Colors] which will give me [red], [green], [Blue] -- and then when I click [Blue] new options appear, like [Indigo], [Azure], etc--all within the form.
That is, assuming I can give these "hidden options" a $name or value that will output into the PHP file, which then processes the selected information into an e-mail.
I know this is possible, but I don't know what to call it to do a google search on my own. Anyone have any ideas or helpful hints?
- Kyle