• Hi,

    My contact form is not working on the website – http://comtec-presentations.com/, I have gone into my word press and it comes up with the following errors – 1 configuration error found and the Reply-To field value is invalid.

    This is my form: –

    <div class=”row”>
    <div class=”col-sm-4 form-group”>
    [text* name class:form-control placeholder “Name *”]
    </div>
    <div class=”col-sm-4 form-group”>
    [email* email class:form-control placeholder “Email *”]
    </div>
    <div class=”col-sm-4 form-group”>
    [text* subject class:form-control placeholder “Subject *”]
    </div>
    </div>
    <div class=”form-group”>
    [textarea* message x7 class:form-control placeholder “Message *”]
    </div>
    <div class=”form-group”>
    [submit class:btn class:btn-default class:btn-wide “Send”]
    </div>

    To [email protected]
    From [your-name] <[email protected]>
    Subject Hey! [your-name] is trying to contact you. | [your-subject]
    Additional Headers Reply-To: [your-name] [your-email]
    The Reply-To field value is invalid. How to correct this?
    Message Body [your-message]

    I am not sure what has happend

    thanks

    Ruksana

The topic ‘1 configuration error found’ is closed to new replies.