[contact-form subject='[hello company'][contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Website' type='url'/][contact-field label='Comment' type='textarea' required='1'/][/contact-form]
This one works fine, but goes to the wrong address (goes to admins original one. If I change the admin’s address to the one I want it to go to it won’t be received).
This is the code if I put the email addres in to the one I want it to go to.
[contact-form to='[email protected]' subject='Hello company'][contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Website' type='url'/][contact-field label='Comment' type='textarea' required='1'/][/contact-form]