Ive gotten my form to work, now what I would like to do is give users the option either through radio buttons (preferred) or a drop down of who to send the form to.
Does anyone have code that a newbie like me can copy/paste to make this happen (and instruction as to where to copy paste) I have no problem editing php files as long as I know which one and where. I would assume that the process.php would be the file to edit, I just have absolutely no idea what to edit.
Any help greatly appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First you need to modify the form.html file to add buttons or pull-downs. Then the processor.php file would need to be customized. This customization can not be supplied for cut and past because it depends on the form.html file values.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ive gotten my form to work, now what I would like to do is give users the option either through radio buttons (preferred) or a drop down of who to send the form to.
Does anyone have code that a newbie like me can copy/paste to make this happen (and instruction as to where to copy paste) I have no problem editing php files as long as I know which one and where. I would assume that the process.php would be the file to edit, I just have absolutely no idea what to edit.
Any help greatly appreciated.
First you need to modify the form.html file to add buttons or pull-downs. Then the processor.php file would need to be customized. This customization can not be supplied for cut and past because it depends on the form.html file values.