Newbiee Programing Question

OK, first time on programing in Notes, but please can someone tell me;

I have created a form with textboxes and radio ticks on it, I want to have a way to select a user from the address book and then a submit button to send it.

Please can someone let me know how to do this?

Thanks in advance…

Subject: Newbiee Programing Question

Look at the “Names” field type – it has the option “Use Address dialog for choices”:

Subject: And for your submit…

create a button with the following (Formula) code@If(@Command([FileSave]); @Command([FileCloseWindow]); “”)