I have three fields:
name 1 email 1
name 2 email2
name 3 email 3
User can send as per requirement mail to the user.
If user want send only one email then both name and email will be verified and user want to send two email then both name 1 , 2 and email 1, 2 ,are verified
and if user want to send three then all filed are check out the validation in java script
here is my...