redhot27
06-02-2010, 11:01 AM
I need to create the following: a 'form' that
1- has a unique reference number for every submission
2- has one field that is pre-populated with a value from a choice in a combobox
3- has a 'print function once the form has been filled in
4- can be 'submitted' via email once checked (including the ref. number)
Basic Flow is:
User browses various categories of product and makes selection in combobox. (This value is obtained by else/if and then outputs a value)
Upon clicking 'accept' that value must then be pushed to a field in the 'form'.
The form must open with a unique reference number- (random or sequential doesn't matter)
The entire form must then be filled out and 'printed'. Upon validation, then info must then be submitted to another party via email.
Any help with this process will be greatly appreciated- I'm not even sure this is the best way to do this, or whether it'll be simpler to use (php, jquery etc.)
Basically I'm looking for insight into best completing this.
REALLY grateful for any help. Thx.
1- has a unique reference number for every submission
2- has one field that is pre-populated with a value from a choice in a combobox
3- has a 'print function once the form has been filled in
4- can be 'submitted' via email once checked (including the ref. number)
Basic Flow is:
User browses various categories of product and makes selection in combobox. (This value is obtained by else/if and then outputs a value)
Upon clicking 'accept' that value must then be pushed to a field in the 'form'.
The form must open with a unique reference number- (random or sequential doesn't matter)
The entire form must then be filled out and 'printed'. Upon validation, then info must then be submitted to another party via email.
Any help with this process will be greatly appreciated- I'm not even sure this is the best way to do this, or whether it'll be simpler to use (php, jquery etc.)
Basically I'm looking for insight into best completing this.
REALLY grateful for any help. Thx.