nmalawskey Posted December 28, 2015 Report Share Posted December 28, 2015 All, new user, looking for some help. I'm trying to format a notification email to generate a list based on selections a user makes on a submission form. Essentially I have 11 checkboxes, what I'm trying to do is create: <li>Checkbox1 value</li> <li>Checkbox2 value</li> <li>Checkbox3 value</li> ..etc... within the notification email, but not create <li> items for unchecked boxes. So if a user selects boxes 1 and 3, it would display as: <li>Checkbox1 value</li> <li>Checkbox3 value</li> without a blank <li> element where Checkbox2 value would be inserted. I've been using: [@InsertRecordXXX] to insert the records, but can't figure out how to pass the html <li> along with that. I tried searching the forums, but no dice. Any help would be appreciated! Quote Link to comment Share on other sites More sharing options...
0 nmalawskey Posted December 29, 2015 Author Report Share Posted December 29, 2015 I actually figured this out late last night. I just passed <ul><li>Information</li></ul> as the checkbox value, then inserted it into the email as an html value. So it auto-builds the list, and doesn't show white space where a button has not been checked. Cheers, Nick Xiang 1 Quote Link to comment Share on other sites More sharing options...
Question
nmalawskey
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.