I know that there are many posts on making fields on the forms to create user account and user profile forms. I have edited the tpl files to include required="true" in both. I also have looked at the classes files to check the fields for required.
What I do not know is the format for the check lines for mailing address in the classes files such as CreateAccountForm.inc.php and ProfileForm.inc.php
Specifically, I am not sure how to add a line similar to this
$this->addCheck(new FormValidatorEmail($this, 'email', 'required', 'user.profile.form.emailRequired'));
for the mailing address. Should it read user.profile.form.mailingaddressRequired ?
Hope you do not mind me posting a new thread on this. Sorry to be such a nervous Nelly but I am cautious.
Thanks as always for your advice.
Rick
