Hi again...
is it possible to have multiple forms that ends up in one form with the list of value that had been selected in the checkbox..
Example..
form 1
checkbox 1, value = labrador
submit button, text = Ask a question
form 2
checkbox 2, value = Rottweiler
submit button, text = Ask a question
form3
checkbox 3, value = bulldog
submit button, text = Ask a question
form4
checkbox 4, value = pitbull
submit button, text = Ask a question
(note: this is where the ask a button directs to)
Form5 (final form)
with the list of checkbox value that had been select
Thanks in advance... hopefully Mr.GreyHead could enlighten me again
is it possible to have multiple forms that ends up in one form with the list of value that had been selected in the checkbox..
Example..
form 1
checkbox 1, value = labrador
submit button, text = Ask a question
form 2
checkbox 2, value = Rottweiler
submit button, text = Ask a question
form3
checkbox 3, value = bulldog
submit button, text = Ask a question
form4
checkbox 4, value = pitbull
submit button, text = Ask a question
(note: this is where the ask a button directs to)
Form5 (final form)
with the list of checkbox value that had been select
Thanks in advance... hopefully Mr.GreyHead could enlighten me again
Hi ronjb,
Yes, you can do that, use the Data to Session actions in the On Submit events of the first forms to save the setting and then the Session to Data action in the On Load event of the final form to get it back again. You need to set the same Session Key in all of these actions.
Bob
Yes, you can do that, use the Data to Session actions in the On Submit events of the first forms to save the setting and then the Session to Data action in the On Load event of the final form to get it back again. You need to set the same Session Key in all of these actions.
Bob
This topic is locked and no more replies can be posted.