3 Answers
DominicStaff
answered 11 years ago

To resolve this problem. Please find my solution below:

Step 1:you can log in to Dashboard > Contact > add new > add the following code to the “Form”:

 
<p>Your Name (required)<br />
    [text* your-name] </p>

<p>Your Email (required)<br />
    [email* your-email] </p>

<p>Subject (required)<br />
    [text* your-subject] </p>

<p>Your Message (required)<br />
    [textarea* your-message] </p>

<p>[submit "Send"]</p>

Step 2: click “Save”
Step 3: Copy the code and paste it into your post, page or text widget content.

See the screenshot: http://imgur.com/BuXe4Mb
Step 4: Add new page > copy the following code add to the “Text” frame
URL: http://snippi.com/s/c16nj8e

see the screenshot: http://imgur.com/3WQAq6j

Hope this helps !
Regards,
Dominic

phpnuker
replied 11 years ago

I have the latest version of WordPress I do not have a Contact tab in my Dashboard. Are you installed any contact plugin before?

Dominic Staff
replied 11 years ago

To resolve this problem, you can use the plugin “Contact Form 7”
you can search for the plugin here: http://wordpress.org/plugins/contact-form-7/

Hope this helps !
Regards,
Dominic

phpnuker
replied 11 years ago

Thank you, i have one field “email” without style, do you know why? http://05dag.info/%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D1%8B/

DominicStaff
answered 11 years ago

To resolve this problem, you can open the template.css file / line 362 and remove the line : “border-radius: 0”

Regards,
Dominic

phpnuker
replied 11 years ago

This no help.

DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Appearance > Editor > open the style.css file and add the following code:


select, input, textarea, button {
   border: 1px solid #CCCCCC;  
   box-shadow: 0 0 3px rgba(0, 0, 0, 0.14) inset;
}

Regards,
Dominic

Powered by DW Question & Answer Pro