Welcome to Forums Sign in | Join | Help | Forums
in Search


Field data type info and other Sphere technical details

Last post 10-19-2009 11:56 AM by Matt Briney. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-01-2009 12:25 PM

    • Karen Pike
    • Not Ranked
    • Posts 1
    • Organization: Canadian Cancer Society - Alberta Division

    Field data type info and other Sphere technical details

    I am writing JavaScript for my Single step donation forms in Sphere. 

    Where can one find documentation details on the data types for the Sphere donation form fields?

    I have located the very general data type info via Sphere Online Help (Customization --> Field Data Types) but it does not provide important details such as:

    - field length (for text or text area fields ... including input contstraints vs. DB constraints)

    - date format ( input formats required for successful posting of form data to the Sphere backend DB)

    etc.

    Is there a place for this kind of technical info regarding Sphere?

    Thanks,

    Karen

  • 10-19-2009 11:56 AM In reply to

    • Matt Briney
    • Not Ranked
    • User Since: 2005
    • Posts 7
    • Organization: Emotive
    • Products:  Sphere

    Re: Field data type info and other Sphere technical details

    Karen,

    The API matrix is a good way to find out the length and format of the fields: 

    http://www.kintera.com/doc/connect/Kintera_Connect_API_Methods_and_Entities_Matrix.htm

     But the only way I know to get the merge field names is to merge them using the WYSIWYG editor first and find out what they are called.  We started a list here:

     [[salutation]]
    [[First Name]]
    [[Middle Name]]
    [[Last Name]]
    [[suffix]]
    [[Email Address]]
    [[Address_1]]
    [[Address_2]]
    [[city]]
    [[state]]
    [[zip]]
    [[phone]]

    [[customfield_XXXXXX]]

     

Page 1 of 1 (2 items)