이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Contact AJAX forms

설명

Easily and quickly create AJAX contact forms that you can then embed in posts, pages and widget areas. Supports honeypot anti-bot validation and Google ReCAPTCHA to protect against spam. Customise the email body on a per-form basis, all submissions are logged as well as emailed.

Form headings, labels, fields and error messages are easy to style using CSS. Form validation and submission degrades gracefully when JavaScript is disabled on the client system.

  • Main Features
    • SSL Support
    • Unlimited number of fields
    • jQuery AJAX Validation/Submission
    • Degrades gracefully with JavaScript off
    • Powerful JavaScript enhanced form editor interface
    • Form submission logging
    • Customise form email notification body
    • Allows multiple forms/form instances per page
    • Intuitive, really easy to use admin interface
    • Easy to style form display using CSS
    • Uses native wp_mail() function, (works well with WP Mail SMTP)
    • Extra layer of server side form validation (for super-sneaky bots or spammers)
    • Embed forms easily by use of a short code
    • Ability to use the current page/post title or ID in field options or default values
    • AJAX Contact widget
    • Spam Prevention
      • Honeypot
      • Google ReCAPTCHA
    • Multi-Language Support
      • English
      • Slovak by Martin Krcho (www.mojandroid.sk)
      • Polish by Krzysztof Pałka
  • Field Types
    • Text Input
    • Text Input (Password)
    • Text Input (Read-Only)
    • Text Input (email validation)
    • Password Input
    • Text Area
    • Select Box
    • Multi-Select Box
    • Check box
    • Radio button set
    • Hidden field
    • Read-only text input
    • H1, H2, H3 & H4
  • Built for WordPress 3.0+

This addon was developed by Integrated Web Services. Feel free to get in contact with us with any feedback or feature requests.

설치

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

FAQ

Installation Instructions

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

What happens if JavaScript is disabled on my visitors computer?

AJAX Contact degrades gracefully if JavaScript is disabled.

How do I stop the form editor from displaying on the edit post page?

Via the screen options menu that you can display on the edit post page by clicking the tab in the top right hand corner.

Can I use a field as the from address or in the subject line?

Yes, just use %%field_id%% in the from address or subject line where you want the field value to appear. Remember to replace field_id with the actual Field ID for the field you want it to replace with (e.g. %%email_address%%).

Does AJAX Contact track submissions

Yes, AJAX Contact keeps a copy of every email sent using your form for you to keep track of.

Are there any anti-bot validation techniques available in AJAX Contact

Yes, AJAX Contact supports both honeypot anti-bot validation and Google’s ReCAPTCHA.

I cant get the email to send or change the from address

You may be having trouble sending emails due to hosting restrictions, you might try installing WP Mail SMTP and setting up a SMTP account for WordPress to use for sending emails. In some instances users have found installing WP Mail SMTP and configuring an SMTP account fixed the problem.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Contact AJAX forms”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Contact AJAX forms”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Fixed SSL bug in wp-admin
  • Fixed SSL detection for Google ReCAPTCHA
  • Polish translation added by Krzysztof Pałka
    *This version introduces a number of minor admin UI enhancements and bug fixes.