vikas12345
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Value field in form is not workingMy contact form 7 fields are configured in following manner. but it is red mark error saying that “Failed to send message. please contact the
administrator through another method.” Please help me and let know if there is any error in configuration of forms.
a) Form tab/field configurations
<p class=”cont1″>New Business</p>
<div class=”row con” >
<div class=”large-6 columns”>
<p class=”con1″>Name<span class=”col”>*</span><br />
[text* your-name] </p>
<p class=”con1″>Email<span class=”col”>*</span><br />
[email* your-email] </p>
<p class=”con1″>Phone<br />
[tel tel-181] </p>
<p class=”con1″>Company Name <span class=”col”>*</span><br />
[text* your-name] </p>
</div>
</div>
<div class=”row con space”>
<div class=”large-6 columns”>
<label class=”con1 con3″>Why you’re writing<span class=”col”>*</span></label> <select>
<option value=”job”>Job Application</option>
<option value=”enquiry”>Enquiry</option>
</select>
<p class=”cont1″ id=”count4″>Message<span class=”col”>*</span><br/>
[textarea* textarea-174]</p>
</div>
</div>
<div class=”custom-submit”>
<p>[submit “Submit”]</p>
</div>
b) Mail tab configurations
Mail
You can edit the mail template here. For details, see Setting Up Mail.
In the following fields, you can use these mail-tags:
[your-name][your-email][tel-181][textarea-174]To : [email protected]
From: [your-name] <[email protected]>
Subject : Success “[your-subject]”
Additional Headers : blank
Message Body :
From: [your-name]
Email: [your-email]
Subject: [your-subject]
Phone: [tel-181]
Company Name: [your-name]
Message Body: [textarea-174]