Now as these values don't exist in the form until rendered our question is how do we get these values in to the Server Connect Action Post variables for submission (using the linked page input properties and selecting the form)... They have dynamic ID and Name values...
Any ideas appreciated! Now am pretty sure we did this before but for the life of me can not remember how it was done?
But when the form is submitted, it exists already in DOM, no? If yes, and if it's not submitted, then that's a feature request (or bug report) I guess?
Alternatively, I vaguely remember @ mebeingken using JSON for stuff like that, but I have no idea how, he probably commented on some of my topics back then
I think I may just echo the selection to a hidden input and comma seperate it and then rebuild it on the back-end for display to the Agent when the mail is sent onward using Mailer... Just wondered, as there is the ability to add dynamic ID and Name values for inputs, that there may be a way of handling such inputs.
No array is imported George. I've tried several methods. I went with echoing to a hidden input which works fine (exposed it below to check values being sent), thanks however for all the input and suggestions. Was just interested to know if there was a way of getting input values with dynamic name and id in to Server Connect Actions.