开发者 | steve.barnett |
---|---|
更新时间 | 2012年6月20日 15:18 |
PHP版本: | 3.1.3 及以上 |
WordPress版本: | 3.3.1 |
版权: | GPLv2 or later |
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.
The following fields are required:
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.
When Gravity's combined fields for Name are used, the Admin Label should be "solve360 fullname".
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"