var consumerInterestInputs = [
	'email',
	'first_name',
	'last_name',
	'country',
	'postal_code',
	'who_is_this_for',
	'age_of_driver',
	'gender_of_driver',

	'newsletter',
	'communications'
];

prepForm('consumer_interest_form', consumerInterestInputs);
