Hi, I need to populate a text box with specific paragraphs of text when one or more tickbox's are selected. For example, we have 6 tickbox's that relate to a 'refusal reason' for why we refuse an application.
When a tickbox is ticked (value = true), we would like the related text to be populated into a selected text box (for mail merge). If more than one tickbox is selected, then the text from ALL the selected tickbox's need to be shown in the text box. ie; we don't want the second selection to overwrite the first selection.
Example, if tickbox's 1, 3 and 6 are selected, then the text box would need to show the below (or similar).
--------------------------------------------------------------------------
This is the reason we are refusing your application #1
This is the reason we are refusing your application #3
This is the reason we are refusing your application #6
-------------------------------------------------------------------------
Idealy, this text would come from a separate entity that the user could modify but is not essential (could be in the Jscript). Secondly, this information has to populate the text box instantly so the user can make changes BEFORE saving the record (as this then fires a workflow that requires this text box to be populated).
Can anyone assist?
Matt