Keywords for bulkmail user creation using an asset builder

I am using an asset builder to create bulkmail users with some attached metadata. Using the %create_form% keyword everything works great. However I would like to customise the look a bit more.


I am using the 'Create Form Customisation' but I am unable to get the fields for the username and user email to appear. The individual metadata fields work fine.



What are the keywords I should use to get these fields to display?

I would've guessed %details-F_name% and %details-F_email% but I don't have a system handy to test on.

Nope that didn't work.

You have to patch your system in order to use those 2 keywords in create form, I will include the fix in the next release of Matrix.

    Index: packages/bulkmail/bulkmail_user/edit_interface_screen_details.xml
    ===================================================================
    RCS file: /home/cvs/mysource_matrix/packages/bulkmail/bulkmail/bulkmail_user/edit_interface_screen_details.xml,v
    retrieving revision 1.3
    diff -r1.3 edit_interface_screen_details.xml
    21c21
    <	   
    ---
    >	   
    29c29


note: add limbo_access="1", and run the compile_locale script.