{include stdhead_arc.html}
This function will import {if $ext = "0"}internal{end}{if $ext = "1"}external{end} user records into the UnForm user database. Any matching user ID's will be overwritten, and any new user ID's will be added. The format of the uploaded file must be Comma Separated Values (CSV), as generated by many reporting tools as well as Microsoft® Excel's Save As CSV. The order of fields, and the format, matches that of the Export users function.

The fields must be in this order:

[$impflds]

Not all fields are required, but positions must be filled for any fields included. Missing fields should be set as null (""). Any null field will not be updated.

If all fields other than UserID are null, then the user will be deleted.

{include stdfoot_arc.html}