how do i split up forms

M

Matt

I have a form with a table at the top that contains general information.
Below is nine different optional sections. After the user opens up the
different sections I want them to be able to hit just one master submit
button. From here I would like opened sections to be seperated and sent to
different email accounts. I would also like the general information to be
sent with each different section. Please help I'm very lost and have little
time. For example section A and Section D are opened and filled out and the
general informtion table is filled out. Upon subimition I want section A
along with the general information table sent to one email account and I want
section D with the general information table sent to another email account.
thank you
 
S

Shiraz Cupala

Hi Matt,

I would need to understand your scenario a bit better. Literally separating
the data out for each message is possible but would require code. Is that
critical or could all the data be sent to all the email addresses, but each
email recipient only sees the part of the data intended for them? You could
do that thru multiple rule actions on your single submit button by setting
values on a helper node to show hide the appropriate sections. You would have
to configure a separate email submit adapter for each email address. And,
when the user submits the form they will see an email confirmation dialog for
each email being sent.
 
Top