هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Gravity to Solve360

الوصف

Exports data from completed Gravity Forms to a specified Solve360 account.
Also available on GitHub: https://github.com/SteveBarnett/Gravity-to-Solve360.

التنصيب

  1. Go to Plugins > Add New, Upload and choose gravity-to-solve360.zip.
  2. Activate the plugin.
  3. Add extra data to your existing Gravity Forms as set out in the FAQ section.
  4. Data is sent from Gravity Forms to Solve360 when someone visits your WordPress site.

الأسئلة المتكررّة

How do I mark fields in Gravity Forms for export to Solve360?
General

To mark fields in your Gravity Form that are to be sent to Solve360, add an Admin Label in this pattern: “solve360 Field Name”.
The field data will be added as the contents of the Field.
You can find Field Names in Solve360 by going to My Account, API Reference tab, and selecting Fields from the drop down.

Example

Field Name in Solve360 "businessemail"
Admin Label "solve360 businessemail"
Data "Steve Barnett"
will show
"Steve Barnett" in the businessemail Field of the Solve360 contact.
Solve360 required fields

The following fields are required:

  • businessemail;
  • category;
  • ownership.
Special Fields: Solve360 Categories

These must be added as hidden fields.
The Field Label should be “solve360 category CategoryName”. CategoryName is for your reference only.
The Default Value must contain the Tag ID, e.g. “12345678”.
You can find Tag IDs in Solve360 by going to My Account, API Reference tab, and selecting _Category Tags_from the drop down.

Special Fields: Gravity Names

When Gravity’s combined fields for Name are used, the Admin Label should be “solve360 fullname”.

Special Fields: Solve360 Notes

The Admin Label should be of the form: “solve360 note NoteName”.
For hidden fields, the Solve360 note will be the Admin Label text.
For regular inputs, the Solve360 note will be the Admin Label text followed by the field data.

Input field example

Field Label "Company"
Admin Label "solve360 note Company:"
Data "XYZ Co"
will show
"Company: XYZ Co"

Hidden field example

Field Label: "solve360 note NoteTextGoesHere"
will show
"NoteTextGoesHere"

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Gravity to Solve360” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Gravity to Solve360“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.97

  • Bug fix – removed unused items from Setting page

0.96

  • Added sending to Solve360 using WP-Cron

0.95

  • Added better name support

0.9

  • Added FAQ section

0.81

  • Tiny bug fixes – name, found fields.

0.8

  • Allowed for adding of any Field by Field Name
  • Better error messages

0.7

  • Added better error checking

0.62

  • Fixed error with cellularphone field

0.61

  • Fixed error with debug mode / last export date

0.6

  • Added link to GitHub
  • Add Options page

0.5

  • Added check for is_plugin_active for later use in cronjob

0.4

  • Initial release