INSERT INTO `qs_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('userRegistrationAdminEmailAssocHeader', 4, 'Header', '', 'Individual Registration (Admin Notification)', '', '', 'n', 'n', 800, NOW(), NOW()), ('userRegistrationAdminEmailAssocSubject', 4, 'text', 'Subject', 'New Individual has been registered', '', '', 'y', 'n', 810, NOW(), NOW()), ('userRegistrationAdminEmailAssocFrom', 4, 'text', 'From Email Address   If you leave this field empty - the From Email Address will be the same as the one in General Settings.', '', '', '', 'n', 'n', 820, NOW(), NOW()), ('userRegistrationAdminEmailAssocBody', 4, 'HtmlEditor', 'Message Body', '

\r\n New User has been registered at  Adapta Interactive Framework website.

\r\n

\r\n Name: {firstName} {lastName}
\r\n Email: {email}
\r\n Phone Number: {directPhone}
\r\n
\r\n Click here to view details.

\r\n', 'Basic', 'Constants: {membershipType} {firstName} {lastName} {email} {directPhone} {cellPhone} {homeAddress} {homeAddress2} {homeCity} {homeState} {homeZip} {companyName} {companyPhone} {companyFax} {companyAddress} {companyAddress2} {companyCity} {companyState} {companyZip}', 'y', 'n', 830, NOW(), NOW()); INSERT INTO `qs_SettingsOptions` (`id`, `name`, `variable`, `value`, `type`, `sorter`) VALUES (NULL, 'userRegistrationAdminEmailAssocBody', 'scriptOptions[enterMode]', '2', 'string', NULL), (NULL, 'userRegistrationAdminEmailAssocBody', 'height', '300', 'int', NULL), (NULL, 'userRegistrationAdminEmailAssocBody', 'mode', 'view', 'string', NULL);