I have a standard HTML form that the visitor will fill out. It consists of mostly checkboxes. What I would like, is after the form is submitted, a page is then presented to the user showing what they checked. For example, if the visitor checked off Checkbox A, B, and D (but not C), then upon submission they would see the following:
You submitted:
Checkbox Value A
Checkbox Value B
Checkbox Value D
Obviously I can do this with just PHP, but my client would like to be able to modify the form options.
Is there a plugin or user friendly way that this can be created?

